James175
Results
1
comments of
James175
On line 273, there's this: `const isInReplyToExcludedUser = item.tweet.in_reply_to_user_id_str === user_id;` And a few lines further down on line 280, this: `if (!isInReplyToExcludedUser ...` Essentially, if a tweet is a...