mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 02:20:54 +01:00
Don't load full threads yet
This commit is contained in:
parent
0c7d43d0cd
commit
77bc8b2d33
1 changed files with 2 additions and 1 deletions
|
@ -39,8 +39,9 @@ export const handleStatus = async (
|
||||||
|
|
||||||
let fetchWithThreads = false;
|
let fetchWithThreads = false;
|
||||||
|
|
||||||
|
/* TODO: Enable actually pulling threads once we can actually do something with them */
|
||||||
if (request?.headers.get('user-agent')?.includes('Telegram') && !flags?.direct) {
|
if (request?.headers.get('user-agent')?.includes('Telegram') && !flags?.direct) {
|
||||||
fetchWithThreads = true;
|
fetchWithThreads = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const thread = await constructTwitterThread(
|
const thread = await constructTwitterThread(
|
||||||
|
|
Loading…
Add table
Reference in a new issue