Fix status that is reblogged and contains a followed hashtag not showing reblogger label
This commit is contained in:
parent
51f4a780e2
commit
7f0a9d8d5a
|
@ -590,9 +590,7 @@ class TimelineStatusCollectionViewCell: UICollectionViewListCell, StatusCollecti
|
|||
if let reblogStatus {
|
||||
hideTimelineReason = false
|
||||
updateRebloggerLabel(reblogger: reblogStatus.account)
|
||||
}
|
||||
|
||||
if showFollowedHashtags {
|
||||
} else if showFollowedHashtags {
|
||||
let hashtags = mastodonController.followedHashtags.filter({ followed in status.hashtags.contains(where: { followed.name == $0.name }) })
|
||||
if !hashtags.isEmpty {
|
||||
hideTimelineReason = false
|
||||
|
|
Loading…
Reference in New Issue