Closed jonasrydenhag closed 10 years ago
if (isset($attributes['channel'])) $this->setChannel($attributes['username']);
This sets the username as the channel and generates an error when posting to Slack.
Thanks for posting. Will fix this shortly.
if (isset($attributes['channel'])) $this->setChannel($attributes['username']);
This sets the username as the channel and generates an error when posting to Slack.