diff --git a/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift b/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift index f445feb7f0..b1608bcc67 100644 --- a/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift +++ b/Tusker/Views/Status/TimelineStatusCollectionViewCell.swift @@ -75,7 +75,6 @@ class TimelineStatusCollectionViewCell: UICollectionViewListCell, StatusCollecti ]).configure { $0.axis = .horizontal $0.spacing = 4 - $0.addGestureRecognizer(UITapGestureRecognizer(target: self, action: #selector(accountPressed))) } let displayNameLabel = EmojiLabel().configure {