Also include the room_id

as really it's part of the event ID
pull/2450/head
David Baker 2017-09-18 15:58:38 +01:00
parent b393f5db51
commit 436ee0a2ea
1 changed files with 1 additions and 0 deletions

View File

@ -248,6 +248,7 @@ class HttpPusher(object):
d = {
'notification': {
'event_id': event.event_id,
'room_id': event.room_id,
'counts': {
'unread': badge,
},