Fix timestamps not being displayed for conversation main status
This commit is contained in:
parent
c670f69ea1
commit
c933a9271d
@ -83,6 +83,7 @@ class ConversationMainStatusTableViewCell: UITableViewCell, PreferencesAdaptive
|
|||||||
self.avatarURL = nil
|
self.avatarURL = nil
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
updateTimestamp()
|
||||||
|
|
||||||
attachmentsView.subviews.forEach { $0.removeFromSuperview() }
|
attachmentsView.subviews.forEach { $0.removeFromSuperview() }
|
||||||
let attachments = status.attachments.filter({ $0.kind == .image })
|
let attachments = status.attachments.filter({ $0.kind == .image })
|
||||||
|
Loading…
x
Reference in New Issue
Block a user