Commit 516352c4 authored by JC Brand's avatar JC Brand

Disable emoji images by default

parent f260fd87
SHELL := /bin/bash --login
# You can set these variables from the command line.
UGLIFYJS ?= node_modules/.bin/uglifyjs
BABEL ?= node_modules/.bin/babel
......
......@@ -97,7 +97,7 @@
{ __ } = _converse;
_converse.api.settings.update({
'use_emojione': true,
'use_emojione': false,
'emojione_image_path': emojione.imagePathPNG,
'chatview_avatar_height': 32,
'chatview_avatar_width': 32,
......
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