diff --git a/Tusker/Views/Status/ConversationMainStatusTableViewCell.swift b/Tusker/Views/Status/ConversationMainStatusTableViewCell.swift index 868e4d26..06db6f9c 100644 --- a/Tusker/Views/Status/ConversationMainStatusTableViewCell.swift +++ b/Tusker/Views/Status/ConversationMainStatusTableViewCell.swift @@ -83,6 +83,7 @@ class ConversationMainStatusTableViewCell: UITableViewCell, PreferencesAdaptive self.avatarURL = nil } } + updateTimestamp() attachmentsView.subviews.forEach { $0.removeFromSuperview() } let attachments = status.attachments.filter({ $0.kind == .image })