From b58c3cefac8b7c989fd7fc603b36f74c7abfe1f0 Mon Sep 17 00:00:00 2001 From: cynic Date: Fri, 16 Aug 2024 06:03:23 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5e6469..c01d3eb 100644 --- a/README.md +++ b/README.md @@ -46,10 +46,10 @@ On Cinny we can see this value in the source of sent messages. #### Running the script ``` -./redact_matrix.py -s matrix.org -t syt_uaY3lMW_nAyiumHhGDhXJBFLKdoY_3RRBuz \!xTDdCBHByVyZtZEmNI:matrix.org '!cdPNSVToruMtXqGznY:domain.tld' +./redact_matrix.py -s matrix.org -t syt_uaY3lMW_nAyiumHhGDhXJBFLKdoY_3RRBuz '!cdPNSVToruMtXqGznY:domain.tld' ``` -As we can see above, it is possible to apply the command to more than one room. +It's possible to apply the command to more than one room, just add more room id's to the end of the line, separated by space. Additionally, by adding the `-n` flag after `redact_matrix.py` the Nuke mode is turned on, which means that you will not be deleting just your own messages but those of other users in the room as well, so long as you have the proper permissions (e.g. admin). In other words, it attempts to "nuke" the room, so, please, be very careful with this flag.