Commit 8e63780faec76378906f9552d402a508ef50411c
Exists in
master
and in
1 other branch
Merge pull request #850 from maxprokopiev/patch-1
Notify about errors in HipChat
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/models/notification_services/hipchat_service.rb
@@ -30,7 +30,7 @@ if defined? HipChat | @@ -30,7 +30,7 @@ if defined? HipChat | ||
30 | MSG | 30 | MSG |
31 | 31 | ||
32 | client = HipChat::Client.new(api_token) | 32 | client = HipChat::Client.new(api_token) |
33 | - client[room_id].send('Errbit', message, :color => 'red') | 33 | + client[room_id].send('Errbit', message, :color => 'red', :notify => true) |
34 | end | 34 | end |
35 | end | 35 | end |
36 | end | 36 | end |