mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
Send room ID in http notifications so clients know which room to go to if the user responds to the notification.
This commit is contained in:
parent
faf4f67847
commit
b457f1677c
@ -66,6 +66,7 @@ class HttpPusher(Pusher):
|
||||
d = {
|
||||
'notification': {
|
||||
'id': event['event_id'],
|
||||
'room_id': event['room_id'],
|
||||
'type': event['type'],
|
||||
'sender': event['user_id'],
|
||||
'counts': { # -- we don't mark messages as read yet so
|
||||
|
Loading…
Reference in New Issue
Block a user