Commit 20f3172f authored by JC Brand's avatar JC Brand

Add fixme note

parent 724e66d0
......@@ -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);
......
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