diff --git a/synapse/push/httppusher.py b/synapse/push/httppusher.py
index 5788db4ebad79682621806deef138d6d1d7a29ad..202fcb42f40f57ed41871434ffc132983a4912a3 100644
--- a/synapse/push/httppusher.py
+++ b/synapse/push/httppusher.py
@@ -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