From 2bf8e2f21135baeb4187174a9792a81fdbb8eb88 Mon Sep 17 00:00:00 2001 From: cynic Date: Sat, 1 Jun 2024 15:58:45 -0500 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b030d0..58efecc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ On [Cinny](https://app.cinny.in), for example, go to Firefox's Inspect tool, to Other clients may have a similar key with this value. -For example on Element it is found at: ⚙️ *> All Settings > Help & About > Advanced > Access Token* +For example on Element it is found at: ⚙️ *Quick settings > All Settings > Help & About > Advanced > Access Token* ![image](./element.png) @@ -25,11 +25,16 @@ Open the `redact_all_messages.py` script with your favorite text editor and set #### Get the Matrix room id -On Cinny you can do this by clicking on the room's name. +On Cinny you can do this simply by clicking on the room's name. The id will be right below the title of the room, and it looks like this: `!cdPNSVToruMtXqGznY:domain.tld` +On Element it can be found at ℹ️ *Room info > Settings > Advanced > Internal room ID* + +![image](./element_room_id.png) + + #### Run the script ```