Commit 78a7a9b0be5f4f257ee491a88df7c85fcb2b926b

Authored by Marin Jankovski
2 parents 2e94f0d2 1fca26c9

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 52  
53 53 notifier = Slack::Notifier.new(subdomain, token)
54 54 notifier.channel = room
  55 + notifier.username = 'GitLab'
55 56 notifier.ping(message.compose)
56 57 end
57 58  
... ...