about summary refs log tree commit diff
path: root/MatrixAntiDmSpam/Program.cs
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/Program.cs
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/Program.cs')
-rw-r--r--MatrixAntiDmSpam/Program.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MatrixAntiDmSpam/Program.cs b/MatrixAntiDmSpam/Program.cs

index fc1d603..935e23f 100644 --- a/MatrixAntiDmSpam/Program.cs +++ b/MatrixAntiDmSpam/Program.cs
@@ -15,7 +15,7 @@ builder.Services.AddHostedService<PolicyExecutor>(); builder.Services.AddSingleton<PolicyStore>(); -MatrixHttpClient.LogRequests = false; +// MatrixHttpClient.LogRequests = false; var host = builder.Build(); host.Run(); \ No newline at end of file