diff --git a/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift b/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift index 4a24f005..99732dd5 100644 --- a/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift +++ b/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift @@ -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