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/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MatrixAntiDmSpam/Program.cs') 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(); builder.Services.AddSingleton(); -MatrixHttpClient.LogRequests = false; +// MatrixHttpClient.LogRequests = false; var host = builder.Build(); host.Run(); \ No newline at end of file -- cgit 1.5.1