Commit bbe47b46 authored by JC Brand's avatar JC Brand

Looks like this ain't necessary

Also, the condition was the opposite of what it should have been.
parent 1759cc16
......@@ -326,9 +326,6 @@
);
}
const promises = [_converse.api.waitUntil('roomsAutoJoined')]
if (!_converse.allow_bookmarks) {
promises.push( _converse.api.waitUntil('bookmarksInitialized'));
}
Promise.all(promises).then(() => {
_converse.api.rooms.open(jid);
});
......
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