mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-06 11:44:10 +01:00
Fix "invite_state" to "knock_state" (#3428)
This commit is contained in:
parent
26c0c88882
commit
f1a4a58755
|
|
@ -461,7 +461,7 @@ paths:
|
||||||
},
|
},
|
||||||
"knock": {
|
"knock": {
|
||||||
"!223asd456:example.com": {
|
"!223asd456:example.com": {
|
||||||
"invite_state": {
|
"knock_state": {
|
||||||
"events": [
|
"events": [
|
||||||
{
|
{
|
||||||
"sender": "@alice:example.com",
|
"sender": "@alice:example.com",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue