kmaida / concierge-slackbot

Slackbot to assign a concierge on a per-channel basis, allowing users to message the on-call concierge.
MIT License
0 stars 0 forks source link

[bug] Workflow is not a user #7

Open kmaida opened 4 years ago

kmaida commented 4 years ago

Same issue will occur when using workflows with concierge: https://github.com/kmaida/rota-slackbot/issues/33

No user is associated with workflows, so the bot cannot send messages to that user. Check for all places slackbot is being ignored and also ignore an undefined user.

kmaida commented 4 years ago

Ignore USLACKBOT as well.

Need to deploy to Heroku.

kmaida commented 4 years ago

FIXED. Need Heroku deployment.