Closed VineetKumarKushwaha closed 3 years ago
not_in_channel
Not an expert on this, but are you sure your bot/user is in that channel? A quick Google suggests that you may need to /invite
them in first. (As in, are we sure this is even something django-slack
can 'fix' or workaround?)
Thanks it worked. Closing the issue indeed was not related to this package
Not able to find out any documentation which explains how can I override the slack-channel for each messages. I checked here https://django-slack.readthedocs.io/ and it says something like this
You can override on a per-message level by specifying a {% block channel %}{% endblock %} in your message template.
but I didn't get it how we can do it.So I digged into the code and found that if we pass like this ideally it should work but I am getting
'not_in_channel'
error.slack file