Browse Source

Init bookmarks upon reconnection

JC Brand 8 năm trước cách đây
mục cha
commit
5b34ca9e37
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/converse-bookmarks.js

+ 1 - 0
src/converse-bookmarks.js

@@ -388,6 +388,7 @@
                 });
             };
             converse.on('chatBoxesFetched', converse.initBookmarks);
+            converse.on('reconnected', converse.initBookmarks);
         }
     });
 }));