We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2059e4d commit 87f8552Copy full SHA for 87f8552
1 file changed
script.js
@@ -4641,6 +4641,8 @@ function shouldHideProfileTimelineItem(type) {
4641
return config.hideProfileRetweets
4642
case 'UNAVAILABLE_QUOTE_TWEET':
4643
return config.hideUnavailableQuoteTweets
4644
+ case 'UNAVAILABLE_RETWEET':
4645
+ return config.hideUnavailableQuoteTweets || config.hideProfileRetweets
4646
default:
4647
return true
4648
}
0 commit comments