Fix membership on third-party invite upgrade (#995)

pull/977/head
Brendan Abolivier 7 years ago committed by Richard van der Hoff
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…
Cancel
Save