threetobus now uses [UID] template, MessageBus upgraded to cnxId
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ class Snaptobus{
|
||||
|
||||
|
||||
processBusEvent(eventType, chan, payload, userId, x){
|
||||
const chanObj = this._curBusConfig.find(item => item.chan==chan)
|
||||
const chanObj = this._curBusConfig.find(item => app.MessageBus.chanMatch(chan, item.chan))
|
||||
if(!chanObj) return
|
||||
const eventObj = chanObj.events.find(item => item.eventName==eventType)
|
||||
if(!eventObj) return
|
||||
|
||||
Reference in New Issue
Block a user