fix an issue where reaction updates triggers scrolling

pull/638/head
ryanzhao 2 years ago
parent 073516ae78
commit 07a1d10212

@ -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)

Loading…
Cancel
Save