From 369f13bef6ca25e3a4811764fdf98e7de4199246 Mon Sep 17 00:00:00 2001 From: Dome Date: Thu, 9 Apr 2026 20:34:22 +0200 Subject: [PATCH] Update README.md --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index dc61205..9e45df0 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,16 @@ supposed to be. # important upgrade notes +## v0.4 + +📢 Reaction-Based Reporting: Community members can now flag suspicious messages or spam by simply reacting with specific emojis (default: 🚩 or ⚠️). The bot immediately alerts moderators in their private channel with a direct link to the incident. + +⚖️ Majority-Based Auto-Redaction: For the first time, the bot can act on community consensus. If more than 50% of the human members in a room flag a message, the bot will automatically redact it. This is a game-changer for handling overnight spam attacks when moderators are asleep. + +🛡️ Sync-Retry Safeguards: We've implemented advanced event tracking to prevent "ghost notifications" caused by Matrix sync retries. This ensures that each report is processed exactly once. + +🧹 Code Refinement: Under the hood, we’ve cleaned up the codebase, fixed indentation issues, and optimized member synchronization performance for larger spaces. + ## v0.3 New functionality to support room v12 and newer has been added, as well as some significant restructuring of the code