mirror of
https://github.com/matrix-org/matrix-spec
synced 2025-12-20 16:38:37 +01:00
Fix membership on third-party invite upgrade (#995)
This commit is contained in:
parent
a7c28fdf43
commit
0b74492d67
|
|
@ -55,6 +55,8 @@
|
|||
spec and update the JSON of the request sent by the identity server upon 3PID
|
||||
binding
|
||||
(`#997 <https://github.com/matrix-org/matrix-doc/pull/997>`)
|
||||
- Fix "membership" property on third-party invite upgrade example
|
||||
(`#995 <https://github.com/matrix-org/matrix-doc/pull/995>`)
|
||||
- Fix response format and 404 example for room alias lookup
|
||||
(`#960 <https://github.com/matrix-org/matrix-doc/pull/960>`)
|
||||
- Fix examples of ``m.room.member`` event and room state change,
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"age": 242352,
|
||||
"content": {
|
||||
"membership": "join",
|
||||
"membership": "invite",
|
||||
"avatar_url": "mxc://localhost/SEsfnsuifSDFSSEF#auto",
|
||||
"displayname": "Alice Margatroid",
|
||||
"third_party_invite": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue