diff --git a/Tusker/Views/Status/StatusCollectionViewCell.swift b/Tusker/Views/Status/StatusCollectionViewCell.swift index 0c987fbd..77713db3 100644 --- a/Tusker/Views/Status/StatusCollectionViewCell.swift +++ b/Tusker/Views/Status/StatusCollectionViewCell.swift @@ -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)