Add fixme note

This commit is contained in:
JC Brand 2017-10-24 11:07:58 +02:00
parent 724e66d0e5
commit 20f3172f5e

View File

@ -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);