mirror of
https://github.com/l5yth/potato-mesh.git
synced 2026-03-28 17:42:48 +01:00
Remove added 1 if reply with emoji (#443)
In reply message.text contains emoji, and message.emoji is 1.
This commit is contained in:
@@ -308,7 +308,7 @@ export function buildMessageBody({ message, escapeHtml, renderEmojiHtml }) {
|
||||
}
|
||||
}
|
||||
const emoji = normaliseEmojiValue(message.emoji);
|
||||
if (emoji) {
|
||||
if (emoji && emoji!=='1') {
|
||||
segments.push(renderEmojiHtml(emoji));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user