From 589af9782d6c7cfde13c8d02418c0e977ebedca4 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Tue, 2 Oct 2018 08:37:04 -0400 Subject: [PATCH] Fix timestamps not being displayed for conversation main status --- Tusker/Views/Status/ConversationMainStatusTableViewCell.swift | 1 + 1 file changed, 1 insertion(+) 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 })