Commit 2ced42b466eab202d11a02abe8d1c7e2603f01aa
1 parent
ab6d6b74
Exists in
master
and in
1 other branch
hipchat identifies chat room by its name
Closes #315
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
app/models/notification_services/hipchat_service.rb
| ... | ... | @@ -6,8 +6,8 @@ if defined? HipChat |
| 6 | 6 | :placeholder => "API Token" |
| 7 | 7 | }], |
| 8 | 8 | [:room_id, { |
| 9 | - :placeholder => "Room ID", | |
| 10 | - :label => "Room ID" | |
| 9 | + :placeholder => "Room name", | |
| 10 | + :label => "Room name" | |
| 11 | 11 | }], |
| 12 | 12 | ] |
| 13 | 13 | |
| ... | ... | @@ -32,4 +32,4 @@ if defined? HipChat |
| 32 | 32 | client[room_id].send('Errbit', message, :color => 'red') |
| 33 | 33 | end |
| 34 | 34 | end |
| 35 | -end | |
| 36 | 35 | \ No newline at end of file |
| 36 | +end | ... | ... |