additon of custom channel conditional eval, though it desperately needs sanitization and/or a framework to work upon. further optimisations and addition of direct messaging

This commit is contained in:
Josh Burman
2019-12-26 03:16:18 -05:00
parent 33d1886599
commit fb5533ce7a
15 changed files with 98 additions and 77 deletions

View File

@ -15,5 +15,5 @@ module.exports = {
audience: 'internal',
algorithm: ["HS256"]
},
messageTypes : ['broadcast', 'changeChannel']
messageTypes : ['broadcast', 'direct', 'changeChannel']
}