Prechádzať zdrojové kódy

Looks like this ain't necessary

Also, the condition was the opposite of what it should have been.
JC Brand 7 rokov pred
rodič
commit
bbe47b465d
1 zmenil súbory, kde vykonal 0 pridanie a 3 odobranie
  1. 0 3
      src/converse-muc.js

+ 0 - 3
src/converse-muc.js

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