Fix links/mentions/hashtags in timeline statuses not being tappable

This commit is contained in:
Shadowfacts 2022-10-10 14:26:47 -04:00
parent 7a2d8e78eb
commit 9c0c1f87f8
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ extension StatusCollectionViewCell {
updateUIForPreferences(status: status)
contentContainer.contentTextView.setTextFrom(status: status)
contentContainer.contentTextView.navigationDelegate = delegate
contentContainer.attachmentsView.delegate = self
contentContainer.attachmentsView.updateUI(status: status)
contentContainer.cardView.updateUI(status: status)