Skip to content

Commit

Permalink
Disable reaction sending on update messages.
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-signal authored and greyson-signal committed Jan 27, 2020
1 parent 544a538 commit f1147c1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -996,6 +996,7 @@ public void onItemLongClick(View maskTarget, MessageRecord messageRecord) {

if (FeatureFlags.reactionSending() &&
messageRecord.isSecure() &&
!messageRecord.isUpdate() &&
((ConversationAdapter) list.getAdapter()).getSelectedItems().isEmpty())
{
isReacting = true;
Expand Down

0 comments on commit f1147c1

Please sign in to comment.