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
b57e3e49
Commit
b57e3e49
authored
Jun 04, 2019
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #1330. Missing room name in MUC invitation popup
parent
b1282864
Changes
2
Show 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-views.js
src/converse-muc-views.js
+1
-1
No files found.
CHANGES.md
View file @
b57e3e49
...
...
@@ -27,6 +27,7 @@
-
New event:
[
chatReconnected
](
https://conversejs.org/docs/html/api/-_converse.html#event:chatReconnected
)
-
#316: Add support for XEP-0198 Stream Management
-
#1296:
`embedded`
view mode shows
`chatbox-navback`
arrow in header
-
#1330: Missing room name in MUC invitation popup
-
#1465: When highlighting a roster contact, they're incorrectly shown as online
-
#1532: Converse reloads on enter pressed in the filter box
-
#1550: Legitimate carbons being blocked due to erroneous forgery check
...
...
src/converse-muc-views.js
View file @
b57e3e49
...
...
@@ -2046,7 +2046,7 @@ converse.plugins.add('converse-muc-views', {
reason
=
prompt
(
__
(
'
You are about to invite %1$s to the groupchat "%2$s".
'
+
'
You may optionally include a message, explaining the reason for the invitation.
'
,
suggestion
.
text
.
label
,
this
.
model
.
get
(
'
id
'
))
suggestion
.
text
.
label
,
this
.
chatroomview
.
model
.
getDisplayName
(
))
);
}
if
(
reason
!==
null
)
{
...
...
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