From 83ac99a70a94cd31d34e1d4e39fa1a7ae0400d28 Mon Sep 17 00:00:00 2001 From: Kira <38155247+Nyanraltotlapun@users.noreply.github.com> Date: Tue, 10 Feb 2026 20:19:50 +0100 Subject: [PATCH] Readme change. Added more clean explanation for script purpose. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index fb2f389..5922eb0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,14 @@ ## MatrixAmnesia 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. ```commandline