mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-10 13:34:09 +01:00
Remove 'knock_room_state' from the CS API
This commit is contained in:
parent
f6d6f1bcb7
commit
d1707d0180
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
Loading…
Reference in a new issue