This commit is contained in:
dangered wolf 2023-11-02 05:07:01 -04:00
parent eeaa86681e
commit bd62987b36
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -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...');