Remove 'knock_room_state' from the CS API

This commit is contained in:
Andrew Morgan 2022-10-05 14:19:09 +01:00
parent f6d6f1bcb7
commit d1707d0180

View file

@ -1,15 +0,0 @@
{
"$ref": "m.room.member.yaml",
"content": {
"membership": "knock",
"avatar_url": "mxc://example.org/SEsfnsuifSDFSSEF",
"displayname": "Alice Margatroid",
"reason": "Looking for support"
},
"unsigned": {
"age": 1234,
"knock_room_state": {
"$ref": "knock_room_state.json"
}
}
}