Also include the room_id
as really it's part of the event ID
This commit is contained in:
@@ -248,6 +248,7 @@ class HttpPusher(object):
|
||||
d = {
|
||||
'notification': {
|
||||
'event_id': event.event_id,
|
||||
'room_id': event.room_id,
|
||||
'counts': {
|
||||
'unread': badge,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user