浏览代码

Disable emoji images by default

JC Brand 7 年之前
父节点
当前提交
0c4d98c777
共有 2 个文件被更改,包括 1 次插入2 次删除
  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,