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

Send room ID in http notifications so clients know which room to go to if the...

Send room ID in http notifications so clients know which room to go to if the user responds to the notification.
parent faf4f678
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
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