diff --git a/Tusker/Views/Status/StatusTableViewCell.swift b/Tusker/Views/Status/StatusTableViewCell.swift index 7e5a17d6..a1355d56 100644 --- a/Tusker/Views/Status/StatusTableViewCell.swift +++ b/Tusker/Views/Status/StatusTableViewCell.swift @@ -138,7 +138,7 @@ class StatusTableViewCell: UITableViewCell, PreferencesAdaptive { favorited = realStatus.favourited ?? false reblogged = realStatus.reblogged ?? false - contentLabel.statusID = statusID + contentLabel.statusID = status.id } func updateTimestamp() {