diff --git a/src/providers/twitter/conversation.ts b/src/providers/twitter/conversation.ts index 87a9dfa..20c0e3e 100644 --- a/src/providers/twitter/conversation.ts +++ b/src/providers/twitter/conversation.ts @@ -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...');