From bd62987b3630adecf4608c90fb2ec4a12934205b Mon Sep 17 00:00:00 2001 From: dangered wolf Date: Thu, 2 Nov 2023 05:07:01 -0400 Subject: [PATCH] typo --- src/providers/twitter/conversation.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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...');