1
0
mirror of https://github.com/moparisthebest/kaiwa synced 2024-08-13 17:03:51 -04:00

Enable auto-joining mucs

This commit is contained in:
Lance Stout 2013-12-17 09:36:47 -08:00
parent 6472c1592b
commit 2bb319bcbb
2 changed files with 4 additions and 1 deletions

View File

@ -32,6 +32,9 @@ module.exports = BaseCollection.extend({
var mucs = res.privateStorage.bookmarks.conferences;
mucs.forEach(function (muc) {
self.add(muc);
if (muc.autoJoin) {
self.get(muc.jid).join();
}
});
});
});

View File

@ -1,5 +1,5 @@
CACHE MANIFEST
# 0.0.1 1387261368693
# 0.0.1 1387301758200
CACHE:
/app.js