Skip to content

Commit d57daa6

Browse files
authored
Remove duplicate change
1 parent f32cf59 commit d57daa6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

serialisers.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ export const HTML: Serialiser = (match: string, node?: Node) => {
2727
return `<blockquote>${match}</blockquote>`;
2828
case "mention":
2929
case "custom_emoji":
30-
return `<tg-emoji emoji-id="${node.custom_emoji_id}">${match}</tg-emoji>`;
3130
case "hashtag":
3231
case "cashtag":
3332
case "bot_command":

0 commit comments

Comments
 (0)