Updated Home (markdown)

supagu 2018-04-19 18:58:42 +09:30
parent 9fd588b317
commit 8bb53b9780
1 changed files with 12 additions and 1 deletions

11
Home.md

@ -36,3 +36,14 @@ There are two exceptions when it might be sensible to delete your database and s
* You have *never* joined any rooms which are federated with other servers. For instance, a local deployment which the outside world can't talk to. * You have *never* joined any rooms which are federated with other servers. For instance, a local deployment which the outside world can't talk to.
* You are changing the `server_name` in the homeserver configuration. In effect this makes your server a completely new one from the point of view of the network, so in this case it makes sense to start with a clean database. * You are changing the `server_name` in the homeserver configuration. In effect this makes your server a completely new one from the point of view of the network, so in this case it makes sense to start with a clean database.
(In both cases you probably also want to clear out the media_store.) (In both cases you probably also want to clear out the media_store.)
I've stuffed up access to my room, how can I delete it to free up the alias?
---
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:<click to reveal>