JC Brand 7 anni fa
parent
commit
20f3172f5e
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/converse-muc.js

+ 1 - 0
src/converse-muc.js

@@ -360,6 +360,7 @@
                     'converse?room=:room': 'openRoom'
                 },
                 openRoom (room) {
+                    // FIXME: also need to wait for bookmarks
                     _converse.api.waitUntil('roomsAutoJoined').then(() => {
                         if (utils.isValidJID(room)) {
                             _converse.api.rooms.open(room);