Fix timestamps not being displayed for conversation main status
This commit is contained in:
parent
e40fc73c05
commit
46d4469df9
|
@ -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 })
|
||||
|
|
Loading…
Reference in New Issue