Readme change. Added more clean explanation for script purpose.
This commit is contained in:
@@ -1,6 +1,14 @@
|
|||||||
## MatrixAmnesia
|
## MatrixAmnesia
|
||||||
MatrixAmnesia is a simple script for removing user messages from Matrix room
|
MatrixAmnesia is a simple script for removing user messages from Matrix room
|
||||||
|
|
||||||
|
It intended for user who wants to delete his messages from a chatroom.
|
||||||
|
So script makes list of message ids from user, and then sends "redact" request for each message with specified timeout (so server won't ban or kik user).
|
||||||
|
|
||||||
|
Server receiving this request should clear message content.
|
||||||
|
|
||||||
|
I wanted to clean my messages from one chat room, but was unable to find the way to do it...
|
||||||
|
So, I made this script.
|
||||||
|
|
||||||
It depends on matrix-nio python lib.
|
It depends on matrix-nio python lib.
|
||||||
|
|
||||||
```commandline
|
```commandline
|
||||||
|
|||||||
Reference in New Issue
Block a user