소스 검색

Looks like this ain't necessary

Also, the condition was the opposite of what it should have been.
JC Brand 7 년 전
부모
커밋
bbe47b465d
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  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);
                 });