Remove unused origin and destination on EDUs

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

@ -22,14 +22,6 @@ properties:
type: string type: string
description: The type of ephemeral message. description: The type of ephemeral message.
example: "m.presence" 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: content:
type: object type: object
description: The content of the ephemeral message. description: The content of the ephemeral message.

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

Loading…
Cancel
Save