Commit 73b26a1e5957538cca4eb1a30927d2424f116488

Authored by Max Prokopiev
1 parent 354b428a
Exists in master and in 1 other branch production

Notify about errors in HipChat

app/models/notification_services/hipchat_service.rb
... ... @@ -30,7 +30,7 @@ if defined? HipChat
30 30 MSG
31 31  
32 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 34 end
35 35 end
36 36 end
... ...