Do not show double emoji reaction at end of reaction notification text.
Fixes #11860
This commit is contained in:
parent
537a1fa2ea
commit
94078f8b91
1 changed files with 0 additions and 3 deletions
|
@ -267,9 +267,6 @@ class ReactionNotification(threadRecipient: Recipient, record: MessageRecord, va
|
|||
}
|
||||
}
|
||||
|
||||
if (text.endsWith(EMOJI_REPLACEMENT_STRING)) {
|
||||
builder.append(reaction.emoji)
|
||||
}
|
||||
builder
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue