Fix event type in v2 sync example
This commit is contained in:
parent
bbb5fa9398
commit
0e5b00feaa
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ paths:
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"sender": "@alice:example.com",
|
"sender": "@alice:example.com",
|
||||||
"type": "m.room.name",
|
"type": "m.room.member",
|
||||||
"state_key": "@bob:example.com",
|
"state_key": "@bob:example.com",
|
||||||
"content": {"membership": "invite"}
|
"content": {"membership": "invite"}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue