Fix statuses showing incorrect timestamps when switching accounts

This commit is contained in:
Shadowfacts 2020-01-22 22:30:05 -05:00
parent 4abda02b76
commit 1d169bec67
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 0 additions and 1 deletions

View File

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