mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Also include the room_id
as really it's part of the event ID
This commit is contained in:
parent
b393f5db51
commit
436ee0a2ea
@ -248,6 +248,7 @@ class HttpPusher(object):
|
|||||||
d = {
|
d = {
|
||||||
'notification': {
|
'notification': {
|
||||||
'event_id': event.event_id,
|
'event_id': event.event_id,
|
||||||
|
'room_id': event.room_id,
|
||||||
'counts': {
|
'counts': {
|
||||||
'unread': badge,
|
'unread': badge,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user