Update README.md

This commit is contained in:
cynic 2024-07-12 19:06:10 -05:00
parent e38afeb2b7
commit 44969cc627

View File

@ -51,7 +51,7 @@ On Cinny we can see this value in the source of sent messages.
As we can see above, it is possible to apply the command to more than one room.
Additionally, by adding the `-n` flag after `redact_matrix.py` the Nuke mode is turned on, which means that you will not be deleting only your own messages but also those of other users in the room, as long as you have permissions (e.g. admin). In other words, it attempts to "nuke" the room, so, please, be very careful with this flag.
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.
When in doubt, see the help by passing `--help` or `-h`:
```