Disable emoji images by default

This commit is contained in:
JC Brand 2018-03-25 13:12:56 +02:00
parent f260fd87e5
commit 516352c413
2 changed files with 1 additions and 2 deletions

View File

@ -1,4 +1,3 @@
SHELL := /bin/bash --login
# You can set these variables from the command line.
UGLIFYJS ?= node_modules/.bin/uglifyjs
BABEL ?= node_modules/.bin/babel

View File

@ -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,