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
edcb8e28
Commit
edcb8e28
authored
Aug 04, 2019
by
Réda Housni Alaoui
Committed by
JC Brand
Aug 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #1664 Blacklisting converse-profile makes the control box totally blank
parent
d90bcd52
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
CHANGES.md
CHANGES.md
+1
-0
src/converse-controlbox.js
src/converse-controlbox.js
+3
-0
No files found.
CHANGES.md
View file @
edcb8e28
...
...
@@ -59,6 +59,7 @@
-
#1579: Trim spaces at the beginning and end of a JID (when adding contact)
-
#1585: Upload files by pasting from clipboard
-
#1586: Not possible to kick someone with a space in their nickname
-
#1664: Blacklisting converse-profile makes the control box totally blank
### Breaking changes
...
...
src/converse-controlbox.js
View file @
edcb8e28
...
...
@@ -476,6 +476,9 @@ converse.plugins.add('converse-controlbox', {
className
:
'
controlbox-pane
'
,
initialize
()
{
if
(
!
_converse
.
XMPPStatusView
)
{
return
;
}
_converse
.
xmppstatusview
=
new
_converse
.
XMPPStatusView
({
'
model
'
:
_converse
.
xmppstatus
});
...
...
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