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