Skip to content

Commit 7cc82bd

Browse files
authored
Update forge/comms/aclManager.js
1 parent 3f99e1b commit 7cc82bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

forge/comms/aclManager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ module.exports = function (app) {
116116
}
117117
},
118118
checkExpertTopic: async function (topicParts, usernameParts, acl) {
119-
// topicParts = [ _ , <userid>, <sessionid>, <entityType>, <entityId> [, <inflightType>] ]
119+
// topicParts = [ fullTopic , <userid>, <sessionid>, <entityType>, <entityId> [, <inflightType>] ]
120120
// usernameParts = [ 'expert-client' | 'expert-agent', <userid> [, <sessionid>] ]
121121
// acl = { channel: 'inflight'|'chat', isPub: true/false, isSub: true/false, isClient: true/false, isAgent: true/false, allowWildcard: { user: true/false, session: true/false, entity: true/false } }
122122

0 commit comments

Comments
 (0)