mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-01-03 22:43:43 +01:00
Fix event type in v2 sync example
This commit is contained in:
parent
bbb5fa9398
commit
0e5b00feaa
|
|
@ -235,7 +235,7 @@ paths:
|
|||
},
|
||||
{
|
||||
"sender": "@alice:example.com",
|
||||
"type": "m.room.name",
|
||||
"type": "m.room.member",
|
||||
"state_key": "@bob:example.com",
|
||||
"content": {"membership": "invite"}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue