Disable reaction sending on update messages.

This commit is contained in:
Alex Hart 2020-01-23 15:14:19 -04:00 committed by Greyson Parrelli
parent 544a5386ad
commit f1147c10ee

View File

@ -996,6 +996,7 @@ public class ConversationFragment extends Fragment
if (FeatureFlags.reactionSending() &&
messageRecord.isSecure() &&
!messageRecord.isUpdate() &&
((ConversationAdapter) list.getAdapter()).getSelectedItems().isEmpty())
{
isReacting = true;