Skip to content

Commit 5ede164

Browse files
committed
Disable custom emojis for now
Fixes #1769
1 parent 7bd1812 commit 5ede164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/headless/converse-emoji.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ converse.plugins.add('converse-emoji', {
180180
"food": ":hotdog:",
181181
"symbols": ":musical_note:",
182182
"flags": ":flag_ac:",
183-
"custom": ":converse:"
183+
"custom": null
184184
},
185185
// We use the triple-underscore method which doesn't actually
186186
// translate but does signify to gettext that these strings should

0 commit comments

Comments
 (0)