Skip to content

Commit

Permalink
fix: Crash on typing after sending mention (WPB-14897) (#3719)
Browse files Browse the repository at this point in the history
  • Loading branch information
borichellow authored Dec 9, 2024
1 parent 31e4f00 commit 062f329
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,8 @@ class MessageCompositionHolder(
it.copy(
quotedMessageId = null,
quotedMessage = null,
editMessageId = null
editMessageId = null,
selectedMentions = emptyList()
)
}
onSaveDraft(messageComposition.value.toDraft(String.EMPTY))
Expand Down

0 comments on commit 062f329

Please sign in to comment.