Commit c0863d3e authored by JC Brand's avatar JC Brand

Fixes #510 Collection should not get an id.

parent 89c7276d
......@@ -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;
......
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment