mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 18:40:56 +01:00
Found the human redirect issue
This commit is contained in:
parent
e9528a7e00
commit
3d536aa5f1
1 changed files with 2 additions and 3 deletions
|
@ -141,8 +141,7 @@ export const statusRequest = async (c: Context) => {
|
||||||
/* A human has clicked a fxtwitter.com/:screen_name/status/:id link!
|
/* A human has clicked a fxtwitter.com/:screen_name/status/:id link!
|
||||||
Obviously we just need to redirect to the Tweet directly.*/
|
Obviously we just need to redirect to the Tweet directly.*/
|
||||||
console.log('Matched human UA', userAgent);
|
console.log('Matched human UA', userAgent);
|
||||||
|
|
||||||
c.redirect(`${baseUrl}/${handle || 'i'}/status/${id?.match(/\d{2,20}/)?.[0]}`, 302);
|
return c.redirect(`${baseUrl}/${handle || 'i'}/status/${id?.match(/\d{2,20}/)?.[0]}`, 302);
|
||||||
return c.text('');
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue