mirror of
https://github.com/CompeyDev/fxtwitter-docker.git
synced 2025-04-06 19:10:54 +01:00
Remove extended logging for note tweets
This commit is contained in:
parent
f47f298f34
commit
f9fd8bd643
1 changed files with 0 additions and 3 deletions
|
@ -105,9 +105,6 @@ const populateTweetProperties = async (
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
console.log('note_tweet', JSON.stringify(tweet.note_tweet));
|
console.log('note_tweet', JSON.stringify(tweet.note_tweet));
|
||||||
console.log('note tweet text', tweet.note_tweet?.note_tweet_results?.result?.text)
|
|
||||||
console.log('mediaList.length <= 0', mediaList.length <= 0)
|
|
||||||
console.log('tweet.legacy.entities?.urls?.length <= 0', tweet.legacy.entities?.urls?.length <= 0)
|
|
||||||
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 */
|
/* For now, don't include note tweets */
|
||||||
if (noteTweetText && mediaList.length <= 0 && tweet.legacy.entities?.urls?.length <= 0) {
|
if (noteTweetText && mediaList.length <= 0 && tweet.legacy.entities?.urls?.length <= 0) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue