Commit 5b34ca9e authored by JC Brand's avatar JC Brand

Init bookmarks upon reconnection

parent a09db274
...@@ -388,6 +388,7 @@ ...@@ -388,6 +388,7 @@
}); });
}; };
converse.on('chatBoxesFetched', converse.initBookmarks); converse.on('chatBoxesFetched', converse.initBookmarks);
converse.on('reconnected', converse.initBookmarks);
} }
}); });
})); }));
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