about summary refs log tree commit diff
path: root/MatrixAntiDmSpam/appsettings.Development.json
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-05-02 16:33:05 +0200
committerRory& <root@rory.gay>2025-05-02 16:33:05 +0200
commit32a474ae32b4e1da099176d779e030dfbf70ed5a (patch)
tree475d0a5bf4d8b1babc66f327498b420530af11cf /MatrixAntiDmSpam/appsettings.Development.json
parentMove core logic to a separate library to facilitate embedding (diff)
downloadMatrixAntiDmSpam-32a474ae32b4e1da099176d779e030dfbf70ed5a.tar.xz
Add support for ignoring users, change internal API
Diffstat (limited to 'MatrixAntiDmSpam/appsettings.Development.json')
-rw-r--r--MatrixAntiDmSpam/appsettings.Development.json6
1 files changed, 6 insertions, 0 deletions
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",