another irrelevant comment

This commit is contained in:
dangered wolf 2023-08-22 02:53:37 -04:00
parent 6170bdc683
commit 2d8f70f7a3
No known key found for this signature in database
GPG key ID: 41E4D37680ED8B58

View file

@ -84,7 +84,7 @@ const populateTweetProperties = async (
} }
console.log('note_tweet', JSON.stringify(tweet.note_tweet)); console.log('note_tweet', JSON.stringify(tweet.note_tweet));
const noteTweetText = tweet.note_tweet?.note_tweet_results?.result?.text; const noteTweetText = tweet.note_tweet?.note_tweet_results?.result?.text;
/* For now, don't include note tweets */
if (noteTweetText) { if (noteTweetText) {
tweet.legacy.entities.urls = tweet.legacy.entities.urls =
tweet.note_tweet?.note_tweet_results?.result?.entity_set.urls; tweet.note_tweet?.note_tweet_results?.result?.entity_set.urls;