mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 11:00:54 +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
|
@ -142,7 +142,6 @@ export const statusRequest = async (c: Context) => {
|
||||||
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