There was an error while loading. Please reload this page.
1 parent f32cf59 commit d57daa6Copy full SHA for d57daa6
1 file changed
serialisers.ts
@@ -27,7 +27,6 @@ export const HTML: Serialiser = (match: string, node?: Node) => {
27
return `<blockquote>${match}</blockquote>`;
28
case "mention":
29
case "custom_emoji":
30
- return `<tg-emoji emoji-id="${node.custom_emoji_id}">${match}</tg-emoji>`;
31
case "hashtag":
32
case "cashtag":
33
case "bot_command":
0 commit comments