Skip to content

Commit 53ecc9f

Browse files
committed
Fix unavailable retweets are missing on the profile timeline
1 parent 9a0ca81 commit 53ecc9f

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
@@ -4701,6 +4701,8 @@ function shouldHideProfileTimelineItem(type) {
47014701
return config.hideProfileRetweets
47024702
case 'UNAVAILABLE_QUOTE_TWEET':
47034703
return config.hideUnavailableQuoteTweets
4704+
case 'UNAVAILABLE_RETWEET':
4705+
return config.hideUnavailableQuoteTweets || config.hideProfileRetweets
47044706
default:
47054707
return true
47064708
}

0 commit comments

Comments
 (0)