Commit 73b26a1e5957538cca4eb1a30927d2424f116488
1 parent
354b428a
Exists in
master
and in
1 other branch
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 |