Fix mentions in drafts being uneditable.

This commit is contained in:
clark-signal 2023-01-09 15:00:24 -05:00 committed by Alex Hart
parent 2fd6b7c49e
commit a3bc831346

View file

@ -1838,6 +1838,7 @@ public class ConversationParentFragment extends Fragment
quoteResult.addListener(listener);
break;
case Draft.VOICE_NOTE:
case Draft.MENTION:
listener.onSuccess(true);
break;
}