parent
39a1f19376
commit
6da69c4ba2
@ -1,6 +1,8 @@ |
||||
RocketChat.authz.cachedCollection = new RocketChat.CachedCollection({ |
||||
name: 'permissions', |
||||
eventType: 'onLogged' |
||||
eventType: 'onLogged', |
||||
userRelated: false |
||||
}); |
||||
RocketChat.authz.cachedCollection.init(); |
||||
|
||||
this.ChatPermissions = RocketChat.authz.cachedCollection.collection; |
||||
|
Loading…
Reference in new issue