Commit 78a7a9b0be5f4f257ee491a88df7c85fcb2b926b
Exists in
spb-stable
and in
3 other branches
Merge branch 'master' of github.com:gitlabhq/gitlabhq
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
app/models/project_services/slack_service.rb
@@ -52,6 +52,7 @@ class SlackService < Service | @@ -52,6 +52,7 @@ class SlackService < Service | ||
52 | 52 | ||
53 | notifier = Slack::Notifier.new(subdomain, token) | 53 | notifier = Slack::Notifier.new(subdomain, token) |
54 | notifier.channel = room | 54 | notifier.channel = room |
55 | + notifier.username = 'GitLab' | ||
55 | notifier.ping(message.compose) | 56 | notifier.ping(message.compose) |
56 | end | 57 | end |
57 | 58 |