travisghansen / node-red-slack

A node-red module to post to Slack.com
MIT License
22 stars 29 forks source link

Track connecting state per token instead of globally #14

Closed atiti closed 7 years ago

atiti commented 7 years ago

This commit fixes issue #13, where it was not possible to have multiple slack bots per node-red instance. The reason was that the connecting state was shared globally for all bots, instead of per token. Now it is per token.