mirror of
https://github.com/insin/control-panel-for-twitter.git
synced 2025-06-18 22:55:32 -04:00
Merge 93006f1ef1
into 6b5125d73f
This commit is contained in:
commit
f951d5ce8c
@ -6182,6 +6182,8 @@ function shouldHideProfileTimelineItem(type) {
|
|||||||
return config.hideProfileRetweets
|
return config.hideProfileRetweets
|
||||||
case 'UNAVAILABLE_QUOTE_TWEET':
|
case 'UNAVAILABLE_QUOTE_TWEET':
|
||||||
return config.hideUnavailableQuoteTweets
|
return config.hideUnavailableQuoteTweets
|
||||||
|
case 'UNAVAILABLE_RETWEET':
|
||||||
|
return config.hideUnavailableQuoteTweets || config.hideProfileRetweets
|
||||||
default:
|
default:
|
||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user