Commit 5ede164e authored by JC Brand's avatar JC Brand

Disable custom emojis for now

Fixes #1769
parent 7bd18120
...@@ -180,7 +180,7 @@ converse.plugins.add('converse-emoji', { ...@@ -180,7 +180,7 @@ converse.plugins.add('converse-emoji', {
"food": ":hotdog:", "food": ":hotdog:",
"symbols": ":musical_note:", "symbols": ":musical_note:",
"flags": ":flag_ac:", "flags": ":flag_ac:",
"custom": ":converse:" "custom": null
}, },
// We use the triple-underscore method which doesn't actually // We use the triple-underscore method which doesn't actually
// translate but does signify to gettext that these strings should // translate but does signify to gettext that these strings should
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment