mirror of
https://github.com/element-hq/synapse.git
synced 2025-03-14 09:45:51 +00:00
Merge ff35521b62
into 59a15da433
This commit is contained in:
commit
93f463ea67
2 changed files with 2 additions and 1 deletions
1
changelog.d/18225.doc
Normal file
1
changelog.d/18225.doc
Normal file
|
@ -0,0 +1 @@
|
|||
Fix how to obtain access token and change naming from riot to element
|
|
@ -160,7 +160,7 @@ Using the following curl command:
|
|||
```console
|
||||
curl -H 'Authorization: Bearer <access-token>' -X DELETE https://matrix.org/_matrix/client/r0/directory/room/<room-alias>
|
||||
```
|
||||
`<access-token>` - can be obtained in riot by looking in the riot settings, down the bottom is:
|
||||
`<access-token>` - can be obtained in element by looking in All settings, clicking Help & About and down the bottom is:
|
||||
Access Token:\<click to reveal\>
|
||||
|
||||
`<room-alias>` - the room alias, eg. #my_room:matrix.org this possibly needs to be URL encoded also, for example %23my_room%3Amatrix.org
|
||||
|
|
Loading…
Add table
Reference in a new issue