mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 19:10:54 +01:00
typo
This commit is contained in:
parent
eeaa86681e
commit
bd62987b36
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ export const constructTwitterThread = async (
|
|||
/* We can use TweetDetail on elongator accounts to increase per-account rate limit.
|
||||
We also use TweetDetail to process threads (WIP)
|
||||
|
||||
Also - dirty hack. Right now, TweetDetails requests aren't working with language and I haven't figured out why.
|
||||
Also - dirty hack. Right now, TweetDetail requests aren't working with language and I haven't figured out why.
|
||||
I'll figure out why eventually, but for now just don't use TweetDetail for this. */
|
||||
if (typeof TwitterProxy !== 'undefined' && !language && (experimentCheck(Experiment.TWEET_DETAIL_API) || processThread)) {
|
||||
console.log('Using TweetDetail for request...');
|
||||
|
|
Loading…
Add table
Reference in a new issue