Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
converse.js
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
converse.js
Commits
516352c4
Commit
516352c4
authored
Mar 25, 2018
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disable emoji images by default
parent
f260fd87
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
2 deletions
+1
-2
Makefile
Makefile
+0
-1
src/converse-chatview.js
src/converse-chatview.js
+1
-1
No files found.
Makefile
View file @
516352c4
SHELL
:=
/bin/bash
--login
# You can set these variables from the command line.
# You can set these variables from the command line.
UGLIFYJS
?=
node_modules/.bin/uglifyjs
UGLIFYJS
?=
node_modules/.bin/uglifyjs
BABEL
?=
node_modules/.bin/babel
BABEL
?=
node_modules/.bin/babel
...
...
src/converse-chatview.js
View file @
516352c4
...
@@ -97,7 +97,7 @@
...
@@ -97,7 +97,7 @@
{
__
}
=
_converse
;
{
__
}
=
_converse
;
_converse
.
api
.
settings
.
update
({
_converse
.
api
.
settings
.
update
({
'
use_emojione
'
:
tru
e
,
'
use_emojione
'
:
fals
e
,
'
emojione_image_path
'
:
emojione
.
imagePathPNG
,
'
emojione_image_path
'
:
emojione
.
imagePathPNG
,
'
chatview_avatar_height
'
:
32
,
'
chatview_avatar_height
'
:
32
,
'
chatview_avatar_width
'
:
32
,
'
chatview_avatar_width
'
:
32
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment