diff --git a/README.md b/README.md index 31b28d8..76566eb 100644 --- a/README.md +++ b/README.md @@ -8,11 +8,14 @@ Script that redacts (erases) every message in a room. #### Get your access token -On [Cinny](https://app.cinny.in), for example, go to Firefox's Inspect tool, to the Storage tab, and copy your `cinny_access_token`. -Other clients may have a similar key with this value, which is different for each session and is valid for as long as you don't log out. +On [Cinny](https://app.cinny.in), for example, go to Firefox's Inspect tool, to the Storage tab, and copy your `cinny_access_token`. ![image](./image.jpg) +Other clients may have a similar key with this value. +For example on Element it is called `mx_active_space`. +The token is different for each session and remains valid as long as you don't log out. + Open the `redact_all_messages.py` script with your favorite text editor and set the value for `homeserver` with the domain of the matrix instance you're logged in, and the `access_token` with the value you just extracted from the browser. Save the file.