Fix timestamps not being displayed for conversation main status

This commit is contained in:
Shadowfacts 2018-10-02 08:37:04 -04:00
parent c670f69ea1
commit c933a9271d
Signed by: shadowfacts
GPG Key ID: 83FB3304046BADA4
1 changed files with 1 additions and 0 deletions

View File

@ -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 })