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