Commit fc42f290 authored by JC Brand's avatar JC Brand

muc-views: enterRoom should be called on the model

parent d2cf29bc
...@@ -1575,7 +1575,7 @@ converse.plugins.add('converse-muc-views', { ...@@ -1575,7 +1575,7 @@ converse.plugins.add('converse-muc-views', {
this.model.save('jid', moved_jid); this.model.save('jid', moved_jid);
container.innerHTML = ''; container.innerHTML = '';
this.showSpinner(); this.showSpinner();
this.enterRoom(); this.model.enterRoom();
}); });
} }
u.showElement(container); u.showElement(container);
......
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