Remove unused origin and destination on EDUs

pull/977/head
Travis Ralston 6 years ago
parent cfdbee5fc2
commit 57eeddd849

@ -22,14 +22,6 @@ properties:
type: string
description: The type of ephemeral message.
example: "m.presence"
origin:
type: string
description: The server name sending the ephemeral message.
example: "matrix.org"
destination:
type: string
description: The server name receiving the ephemeral message.
example: "elsewhere.com"
content:
type: object
description: The content of the ephemeral message.

@ -1,7 +1,5 @@
{
"edu_type": "m.presence",
"origin": "matrix.org",
"destination": "elsewhere.com",
"content": {
"key": "value"
}

Loading…
Cancel
Save