about summary refs log tree commit diff
path: root/MatrixUtils.Web/Program.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-17 11:26:12 +0200
committerRory& <root@rory.gay>2025-04-17 11:26:12 +0200
commitf82c62fe9d75c3cdc5ed5fe6f5e5ce517e6eafbc (patch)
tree36f45841b0f8b094f591040d533e1d61f683e51d /MatrixUtils.Web/Program.cs
parentFix migration from non-keyed sessions (diff)
downloadMatrixUtils-f82c62fe9d75c3cdc5ed5fe6f5e5ce517e6eafbc.tar.xz
Room query cleanup, add start of state resync
Diffstat (limited to 'MatrixUtils.Web/Program.cs')
-rw-r--r--MatrixUtils.Web/Program.cs3
1 files changed, 3 insertions, 0 deletions
diff --git a/MatrixUtils.Web/Program.cs b/MatrixUtils.Web/Program.cs

index 14cf2fc..57fe03d 100644 --- a/MatrixUtils.Web/Program.cs +++ b/MatrixUtils.Web/Program.cs
@@ -3,6 +3,7 @@ using System.Text.Json; using System.Text.Json.Serialization; using Blazored.LocalStorage; using Blazored.SessionStorage; +using LibMatrix.Extensions; using LibMatrix.Services; using MatrixUtils.Web; using MatrixUtils.Web.Classes; @@ -77,6 +78,8 @@ builder.Services.AddScoped<TieredStorageService>(x => ) ); +MatrixHttpClient.LogRequests = false; + builder.Services.AddRoryLibMatrixServices(); builder.Services.AddScoped<RmuSessionStore>(); // await builder.Build().RunAsync();