From 656cc1d3ef142693a0be89e9cd8b57eed380b78f Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 24 Nov 2018 16:32:21 -0500 Subject: [PATCH] Fix tapping mentions not working in reblogs --- Tusker/Views/Status/StatusTableViewCell.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {