diff --git a/Tusker/Views/Notifications/PollFinishedTableViewCell.swift b/Tusker/Views/Notifications/PollFinishedTableViewCell.swift index e773549a..cc5747f9 100644 --- a/Tusker/Views/Notifications/PollFinishedTableViewCell.swift +++ b/Tusker/Views/Notifications/PollFinishedTableViewCell.swift @@ -55,6 +55,8 @@ class PollFinishedTableViewCell: UITableViewCell { let doc = try! SwiftSoup.parseBodyFragment(status.content) statusContentLabel.text = try! doc.text() + pollView.mastodonController = mastodonController + pollView.toastableViewController = delegate pollView.updateUI(status: status, poll: poll) }