Skip to content

Commit 87f8552

Browse files
committed
Fix unavailable retweets are missing on the profile timeline
1 parent 2059e4d commit 87f8552

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
@@ -4641,6 +4641,8 @@ function shouldHideProfileTimelineItem(type) {
46414641
return config.hideProfileRetweets
46424642
case 'UNAVAILABLE_QUOTE_TWEET':
46434643
return config.hideUnavailableQuoteTweets
4644+
case 'UNAVAILABLE_RETWEET':
4645+
return config.hideUnavailableQuoteTweets || config.hideProfileRetweets
46444646
default:
46454647
return true
46464648
}

0 commit comments

Comments
 (0)