mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +01:00
Remove origin from unsigned_pdu_base.yaml
It doesn't serve a useful purpose, is not enforced to be present by Synapse and already being omitted by at least one homeserver implementation.
This commit is contained in:
parent
b5cb9f7364
commit
e9b6bbe1cf
|
|
@ -25,10 +25,6 @@ properties:
|
|||
type: string
|
||||
description: The ID of the user sending the event.
|
||||
example: "@someone:matrix.org"
|
||||
origin:
|
||||
type: string
|
||||
description: The `server_name` of the homeserver that created this event.
|
||||
example: "matrix.org"
|
||||
origin_server_ts:
|
||||
type: integer
|
||||
format: int64
|
||||
|
|
|
|||
Loading…
Reference in a new issue