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

Fixes #11860
fork-5.53.8
Sgn-32 2021-12-27 15:52:09 +01:00 zatwierdzone przez Cody Henthorne
rodzic 537a1fa2ea
commit 94078f8b91
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

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