Explorar el Código

Add fixme note

JC Brand hace 7 años
padre
commit
20f3172f5e
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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);