Fix unavailable retweets are missing on the profile timeline

This commit is contained in:
umany 2024-02-01 00:23:54 +09:00 committed by umany
parent 52de4d1c19
commit 93006f1ef1

View File

@ -6019,6 +6019,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
}