mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-05 10:30:55 +01:00
another irrelevant comment
This commit is contained in:
parent
6170bdc683
commit
2d8f70f7a3
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue