forked from shadowfacts/Tusker
Fix tapping mentions not working in reblogs
This commit is contained in:
parent
9f423e0c40
commit
656cc1d3ef
|
@ -138,7 +138,7 @@ class StatusTableViewCell: UITableViewCell, PreferencesAdaptive {
|
||||||
favorited = realStatus.favourited ?? false
|
favorited = realStatus.favourited ?? false
|
||||||
reblogged = realStatus.reblogged ?? false
|
reblogged = realStatus.reblogged ?? false
|
||||||
|
|
||||||
contentLabel.statusID = statusID
|
contentLabel.statusID = status.id
|
||||||
}
|
}
|
||||||
|
|
||||||
func updateTimestamp() {
|
func updateTimestamp() {
|
||||||
|
|
Loading…
Reference in New Issue