From 9c0c1f87f8d7234bfd77d73c69315f692bee0d51 Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Mon, 10 Oct 2022 14:26:47 -0400 Subject: [PATCH] Fix links/mentions/hashtags in timeline statuses not being tappable --- Tusker/Views/Status/StatusCollectionViewCell.swift | 1 + 1 file changed, 1 insertion(+) 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)