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:
Andrew Morgan 2022-10-05 13:58:17 +01:00
parent 0fe15e17f7
commit f6d6f1bcb7

View file

@ -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"
},