Add room_id in push poke to spec.
This commit is contained in:
parent
7a0f7b4b43
commit
f0cc0e082c
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,7 @@ is as follows::
|
||||||
{
|
{
|
||||||
"notification": {
|
"notification": {
|
||||||
"id": "$3957tyerfgewrf384",
|
"id": "$3957tyerfgewrf384",
|
||||||
|
"room_id": "!slw48wfj34rtnrf:example.com",
|
||||||
"type": "m.room.message",
|
"type": "m.room.message",
|
||||||
"sender": "@exampleuser:matrix.org",
|
"sender": "@exampleuser:matrix.org",
|
||||||
"sender_display_name": "Major Tom",
|
"sender_display_name": "Major Tom",
|
||||||
|
@ -50,6 +51,8 @@ id
|
||||||
An identifier for this notification that may be used to detect duplicate
|
An identifier for this notification that may be used to detect duplicate
|
||||||
notification requests. This is not necessarily the ID of the event that
|
notification requests. This is not necessarily the ID of the event that
|
||||||
triggered the notification.
|
triggered the notification.
|
||||||
|
room_id
|
||||||
|
The ID of the room in which this event occurred.
|
||||||
type
|
type
|
||||||
The type of the event as in the event's 'type' field.
|
The type of the event as in the event's 'type' field.
|
||||||
sender
|
sender
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue