Update README.md

This commit is contained in:
cynic 2024-06-01 15:28:38 -05:00
parent dc17a86c61
commit 6d64159cc2

View File

@ -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.