Use v3 endpoints for consistency

pull/3754/head
Kévin Commaille 2 years ago
parent 103b05100a
commit b0eb125228
No known key found for this signature in database
GPG Key ID: DD507DAE96E8245C

@ -17,8 +17,8 @@ PUT /_matrix/client/v3/profile/{userId}/displayname
This proposal adds two new endpoints for deleting the data:
```http
DELETE /_matrix/client/v1/profile/{userId}/avatar_url
DELETE /_matrix/client/v1/profile/{userId}/displayname
DELETE /_matrix/client/v3/profile/{userId}/avatar_url
DELETE /_matrix/client/v3/profile/{userId}/displayname
```
To identify the change, the `m.room.member` and `m.presence` events sent following the call to one of these two

Loading…
Cancel
Save