mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-04-28 13:24:10 +02:00
Remove unused origin and destination on EDUs
This commit is contained in:
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…
Reference in a new issue