Skip to content

Commit

Permalink
Fix mentions in drafts being uneditable.
Browse files Browse the repository at this point in the history
  • Loading branch information
clark-signal authored and alex-signal committed Jan 11, 2023
1 parent 2fd6b7c commit a3bc831
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1838,6 +1838,7 @@ public void onSuccess(Boolean result) {
quoteResult.addListener(listener);
break;
case Draft.VOICE_NOTE:
case Draft.MENTION:
listener.onSuccess(true);
break;
}
Expand Down

0 comments on commit a3bc831

Please sign in to comment.