From 08853e733301f7d6238b5bf770ce4ee2bab7e178 Mon Sep 17 00:00:00 2001 From: Morgan Pretty Date: Tue, 18 Apr 2023 16:03:12 +1000 Subject: [PATCH] Fixed an issue where mentions weren't working --- Session/Conversations/ConversationVC.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Session/Conversations/ConversationVC.swift b/Session/Conversations/ConversationVC.swift index 746213a43..10c6922b6 100644 --- a/Session/Conversations/ConversationVC.swift +++ b/Session/Conversations/ConversationVC.swift @@ -1266,6 +1266,7 @@ final class ConversationVC: BaseVC, ConversationSearchControllerDelegate, UITabl // after the app goes into background and goes back in foreground. DispatchQueue.main.async { self.snInputView.text = self.snInputView.text + completion?() } }