Fix statuses showing incorrect timestamps when switching accounts
This commit is contained in:
parent
4abda02b76
commit
1d169bec67
|
@ -95,7 +95,6 @@ class TimelineStatusTableViewCell: BaseStatusTableViewCell {
|
|||
}
|
||||
|
||||
func updateTimestamp() {
|
||||
guard superview != nil else { return }
|
||||
guard let status = mastodonController.cache.status(for: statusID) else { fatalError("Missing cached status \(statusID!)") }
|
||||
|
||||
timestampLabel.text = status.createdAt.timeAgoString()
|
||||
|
|
Loading…
Reference in New Issue