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
da2502ca
Commit
da2502ca
authored
Aug 28, 2017
by
Weblate
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
b69f2351
eef483cb
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-muc.js
src/converse-muc.js
+1
-1
No files found.
CHANGES.md
View file @
da2502ca
...
...
@@ -5,6 +5,7 @@
### Bugfixes
-
Various IE11 fixes.
-
Translations written as template literals
[
aren't parsed properly by xgettext
](
https://savannah.gnu.org/bugs/?50920
)
.
-
Fix regarding ChatRoomView.getDefaultNickName() and muc_nickname_from_jid
## 3.2.0 (2017-08-09)
...
...
src/converse-muc.js
View file @
da2502ca
...
...
@@ -1571,7 +1571,7 @@
if
(
_converse
.
muc_nickname_from_jid
)
{
// We try to enter the room with the node part of
// the user's JID.
this
.
join
(
Strophe
.
unescapeNode
(
Strophe
.
getNodeFromJid
(
_converse
.
bare_jid
)
));
this
.
join
(
this
.
getDefaultNickName
(
));
}
else
{
this
.
renderNicknameForm
(
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