mirror of
https://github.com/insin/control-panel-for-twitter.git
synced 2025-06-18 14:45:31 -04:00
Fix unavailable retweets are missing on the profile timeline
This commit is contained in:
parent
52de4d1c19
commit
93006f1ef1
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user