This commit is contained in:
umany 2025-06-11 18:53:32 +09:00 committed by GitHub
commit f951d5ce8c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6182,6 +6182,8 @@ function shouldHideProfileTimelineItem(type) {
return config.hideProfileRetweets
case 'UNAVAILABLE_QUOTE_TWEET':
return config.hideUnavailableQuoteTweets
case 'UNAVAILABLE_RETWEET':
return config.hideUnavailableQuoteTweets || config.hideProfileRetweets
default:
return true
}