Fix tapping mentions not working in reblogs

This commit is contained in:
Shadowfacts 2018-11-24 16:32:21 -05:00
parent 9f423e0c40
commit 656cc1d3ef
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
1 changed files with 1 additions and 1 deletions

View File

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