Remove leftover origin field from unsigned PDU example (#1918)
This commit is contained in:
parent
c2fd278da0
commit
f9c4aeeea4
2 changed files with 1 additions and 1 deletions
|
@ -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",
|
"room_id": "!UcYsUzyxTGDxLBEvLy:example.org",
|
||||||
"sender": "@alice:example.com",
|
"sender": "@alice:example.com",
|
||||||
"origin": "example.com",
|
|
||||||
"origin_server_ts": 1404838188000,
|
"origin_server_ts": 1404838188000,
|
||||||
"depth": 12,
|
"depth": 12,
|
||||||
"auth_events": [
|
"auth_events": [
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue