mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Remove 'unsigned.invite_room_state' from the fed invite v2
This is undocumented other than in the example. Synapse accidentally returns this, which I assume is the reason it ended up in an example.
This commit is contained in:
parent
0fe15e17f7
commit
f6d6f1bcb7
|
|
@ -128,11 +128,6 @@ paths:
|
|||
"origin": "example.org",
|
||||
"origin_server_ts": 1549041175876,
|
||||
"sender": "@someone:example.org",
|
||||
"unsigned": {
|
||||
"invite_room_state": {
|
||||
"$ref": "../../event-schemas/examples/invite_room_state.json"
|
||||
}
|
||||
},
|
||||
"content": {
|
||||
"membership": "invite"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue