From f0cc0e082c39d3054ba3d381c8022be25ff41879 Mon Sep 17 00:00:00 2001 From: David Baker Date: Thu, 19 Feb 2015 10:13:21 +0000 Subject: [PATCH] Add room_id in push poke to spec. --- drafts/push_pgwapi.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drafts/push_pgwapi.rst b/drafts/push_pgwapi.rst index bb95acaf..92035581 100644 --- a/drafts/push_pgwapi.rst +++ b/drafts/push_pgwapi.rst @@ -14,6 +14,7 @@ is as follows:: { "notification": { "id": "$3957tyerfgewrf384", + "room_id": "!slw48wfj34rtnrf:example.com", "type": "m.room.message", "sender": "@exampleuser:matrix.org", "sender_display_name": "Major Tom", @@ -50,6 +51,8 @@ id An identifier for this notification that may be used to detect duplicate notification requests. This is not necessarily the ID of the event that triggered the notification. +room_id + The ID of the room in which this event occurred. type The type of the event as in the event's 'type' field. sender