fix an issue where reaction updates triggers scrolling

This commit is contained in:
ryanzhao 2022-08-05 16:16:39 +10:00
parent 073516ae78
commit 07a1d10212
1 changed files with 0 additions and 3 deletions

View File

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