Skip to content

Commit

Permalink
Merge pull request #5125 from gmarsay/bugfix-slack-notification
Browse files Browse the repository at this point in the history
Bugfix - Slack notification with name and avatar

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
  • Loading branch information
softwarefactory-project-zuul[bot] authored Oct 28, 2019
2 parents a6fd3d0 + 31a96d2 commit bbbacd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions awx/main/notifications/slack_backend.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def send_messages(self, messages):
else:
ret = connection.api_call("chat.postMessage",
channel=r,
as_user=True,
text=m.subject)
logger.debug(ret)
if ret['ok']:
Expand Down

0 comments on commit bbbacd6

Please sign in to comment.