mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Remove leftover origin field from unsigned PDU example (#1918)
This commit is contained in:
parent
c2fd278da0
commit
f9c4aeeea4
|
|
@ -0,0 +1 @@
|
|||
Remove `origin` field from PDU example because it doesn't exist in the schema anymore.
|
||||
|
|
@ -1,7 +1,6 @@
|
|||
{
|
||||
"room_id": "!UcYsUzyxTGDxLBEvLy:example.org",
|
||||
"sender": "@alice:example.com",
|
||||
"origin": "example.com",
|
||||
"origin_server_ts": 1404838188000,
|
||||
"depth": 12,
|
||||
"auth_events": [
|
||||
|
|
|
|||
Loading…
Reference in a new issue