Do not show double emoji reaction at end of reaction notification text.

Fixes #11860
This commit is contained in:
Sgn-32 2021-12-27 15:52:09 +01:00 committed by Cody Henthorne
parent 537a1fa2ea
commit 94078f8b91

View file

@ -267,9 +267,6 @@ class ReactionNotification(threadRecipient: Recipient, record: MessageRecord, va
} }
} }
if (text.endsWith(EMOJI_REPLACEMENT_STRING)) {
builder.append(reaction.emoji)
}
builder builder
} }
} }