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
c0863d3e
Commit
c0863d3e
authored
Oct 31, 2015
by
JC Brand
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes #510 Collection should not get an id.
parent
89c7276d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
converse.js
converse.js
+0
-1
docs/CHANGES.rst
docs/CHANGES.rst
+1
-0
No files found.
converse.js
View file @
c0863d3e
...
...
@@ -2849,7 +2849,6 @@
model
:
new
converse
.
ChatRoomOccupants
({
nick
:
this
.
model
.
get
(
'
nick
'
)})
});
var
id
=
b64_sha1
(
'
converse.occupants
'
+
converse
.
bare_jid
+
this
.
model
.
get
(
'
id
'
)
+
this
.
model
.
get
(
'
nick
'
));
this
.
occupantsview
.
model
.
id
=
id
;
// Appears to be necessary for backbone.browserStorage
this
.
occupantsview
.
model
.
browserStorage
=
new
Backbone
.
BrowserStorage
[
converse
.
storage
](
id
);
this
.
occupantsview
.
chatroomview
=
this
;
...
...
docs/CHANGES.rst
View file @
c0863d3e
...
...
@@ -7,6 +7,7 @@ Changelog
* #493 Refactor previous bugfix and now an event is emitted when a roster push event from server happens. [teseo]
* #502. Chat room not opened in non_amd version. [rjanbiah]
* #505 Typo caused [object Object] in room info [gromiak]
* #510 MUC room memberlist is being cleared with page reload when keepalive option is set. [jcbrand]
* Add the ability to also drag-resize chat boxes horizontally. [jcbrand]
0.9.6 (2015-10-12)
...
...
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