Commit d582e0f3 authored by JC Brand's avatar JC Brand

Bugfix

parent 18410ca4
......@@ -771,7 +771,7 @@
this.on('update-rooms-list', function (ev) {
this.updateRoomsList();
});
converse.xmppstatus.model.on("change", $.proxy(function (model) {
converse.xmppstatus.on("change", $.proxy(function (model) {
if (!(_.has(model.changed, 'fullname'))) {
return;
}
......
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