Commit 8e63780faec76378906f9552d402a508ef50411c

Authored by Stephen Crosby
2 parents b3735e84 73b26a1e
Exists in master and in 1 other branch production

Merge pull request #850 from maxprokopiev/patch-1

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
... ...