Init bookmarks upon reconnection

This commit is contained in:
JC Brand 2016-10-27 10:20:10 +02:00
parent a09db2746c
commit 5b34ca9e37

View File

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