Skip to content
Snippets Groups Projects
Commit 436ee0a2 authored by David Baker's avatar David Baker
Browse files

Also include the room_id

as really it's part of the event ID
parent b393f5db
No related branches found
No related tags found
No related merge requests found
......@@ -248,6 +248,7 @@ class HttpPusher(object):
d = {
'notification': {
'event_id': event.event_id,
'room_id': event.room_id,
'counts': {
'unread': badge,
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment