From 32a474ae32b4e1da099176d779e030dfbf70ed5a Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 2 May 2025 16:33:05 +0200 Subject: Add support for ignoring users, change internal API --- MatrixAntiDmSpam/appsettings.Development.json | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'MatrixAntiDmSpam/appsettings.Development.json') diff --git a/MatrixAntiDmSpam/appsettings.Development.json b/MatrixAntiDmSpam/appsettings.Development.json index fd582b4..4cfb975 100644 --- a/MatrixAntiDmSpam/appsettings.Development.json +++ b/MatrixAntiDmSpam/appsettings.Development.json @@ -34,8 +34,14 @@ } }, "AntiDmSpam": { + // Whether invites should be logged to a room. "LogRoom": "!GrLSwdAkdrvfMrRYKR:rory.gay", "LogInviteDataAsFile": true, + // Whether to report users and rooms when an invite is blocked. + "ReportBlockedInvites": true, + // WARNING: If you're a room moderator, this will cause your client to not receive events from ignored users! + "IgnoreBannedUsers": true, + // Policy lists to follow "PolicyLists": [ { "Name": "Community Moderation Effort", -- cgit 1.5.1