Refacto on all CNXID replacements in myaccess & consequences
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ export class WssConnexion {
|
||||
}
|
||||
|
||||
subscribeMandatoryChans(){
|
||||
let mandaChans = this.accessRights.mustSubscribe(this.userId, this.roles)
|
||||
let mandaChans = this.accessRights.mustSubscribe(this.userId, this.roles, this.uuid)
|
||||
for(let rediscnx of this.allRediscnx){
|
||||
mandaChans = mandaChans.filter(chan => chan.startsWith(rediscnx.redisConfig.chansNamespace))
|
||||
mandaChans = mandaChans.map(item=>rediscnx.redisConfig.basePrefix+item)
|
||||
|
||||
Reference in New Issue
Block a user