From 07a1d10212178b3758e55677fafdeccbd4c37415 Mon Sep 17 00:00:00 2001 From: ryanzhao Date: Fri, 5 Aug 2022 16:16:39 +1000 Subject: [PATCH] fix an issue where reaction updates triggers scrolling --- Session/Conversations/ConversationVC+Interaction.swift | 3 --- 1 file changed, 3 deletions(-) diff --git a/Session/Conversations/ConversationVC+Interaction.swift b/Session/Conversations/ConversationVC+Interaction.swift index 75a9b2f8c..3e38c2a54 100644 --- a/Session/Conversations/ConversationVC+Interaction.swift +++ b/Session/Conversations/ConversationVC+Interaction.swift @@ -1069,9 +1069,6 @@ extension ConversationVC: return } - // Let the viewModel know we are about to send a message - self?.viewModel.sentMessageBeforeUpdate = true - // Update the thread to be visible _ = try SessionThread .filter(id: thread.id)