Browse Source

Disable emoji images by default

JC Brand 7 years ago
parent
commit
516352c413
2 changed files with 1 additions and 2 deletions
  1. 0 1
      Makefile
  2. 1 1
      src/converse-chatview.js

+ 0 - 1
Makefile

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

+ 1 - 1
src/converse-chatview.js

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