Browse Source

muc-views: enterRoom should be called on the model

JC Brand 5 years ago
parent
commit
fc42f2903c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/converse-muc-views.js

+ 1 - 1
src/converse-muc-views.js

@@ -1575,7 +1575,7 @@ converse.plugins.add('converse-muc-views', {
                         this.model.save('jid', moved_jid);
                         container.innerHTML = '';
                         this.showSpinner();
-                        this.enterRoom();
+                        this.model.enterRoom();
                     });
                 }
                 u.showElement(container);