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
924fcca2
Commit
924fcca2
authored
Jan 17, 2018
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
7a7fb883
115b8878
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
CHANGES.md
CHANGES.md
+1
-0
src/converse-chatview.js
src/converse-chatview.js
+1
-1
No files found.
CHANGES.md
View file @
924fcca2
...
@@ -23,6 +23,7 @@
...
@@ -23,6 +23,7 @@
-
The
`/voice`
MUC command didn't set the right role in order to grant voice again.
-
The
`/voice`
MUC command didn't set the right role in order to grant voice again.
### New Features
### New Features
-
Emojis are now sent in unicode instead of short names
-
#314 Add support for opening chat rooms with a URL fragment such as
`#converse/room?jid=room@domain`
-
#314 Add support for opening chat rooms with a URL fragment such as
`#converse/room?jid=room@domain`
and private chats with a URL fragment such as
`#converse/chat?jid=user@domain`
and private chats with a URL fragment such as
`#converse/chat?jid=user@domain`
-
#828 Add routing for the
`#converse/login`
and
`#converse/register`
URL
-
#828 Add routing for the
`#converse/login`
and
`#converse/register`
URL
...
...
src/converse-chatview.js
View file @
924fcca2
...
@@ -756,7 +756,7 @@
...
@@ -756,7 +756,7 @@
fullname
,
fullname
,
sender
:
'
me
'
,
sender
:
'
me
'
,
time
:
moment
().
format
(),
time
:
moment
().
format
(),
message
:
text
message
:
emojione
.
shortnameToUnicode
(
text
)
});
});
this
.
sendMessage
(
message
);
this
.
sendMessage
(
message
);
},
},
...
...
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