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