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)