Skip to content

Commit 718a018

Browse files
umanyumany
authored andcommitted
Fix unavailable retweets are missing on the profile timeline
1 parent 6911f91 commit 718a018

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6192,6 +6192,8 @@ function shouldHideProfileTimelineItem(type) {
61926192
return config.hideProfileRetweets
61936193
case 'UNAVAILABLE_QUOTE_TWEET':
61946194
return config.hideUnavailableQuoteTweets
6195+
case 'UNAVAILABLE_RETWEET':
6196+
return config.hideUnavailableQuoteTweets || config.hideProfileRetweets
61956197
default:
61966198
return true
61976199
}

0 commit comments

Comments
 (0)