From 7182e3f9650e4de9f944d8c4e897fe4a24a3b8bc Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 29 Oct 2025 19:05:58 +0100 Subject: dotnet 10, synapse admin room list improvements --- MatrixUtils.Desktop/RMUDesktopConfiguration.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MatrixUtils.Desktop/RMUDesktopConfiguration.cs') diff --git a/MatrixUtils.Desktop/RMUDesktopConfiguration.cs b/MatrixUtils.Desktop/RMUDesktopConfiguration.cs index 62646ca..f9515f6 100644 --- a/MatrixUtils.Desktop/RMUDesktopConfiguration.cs +++ b/MatrixUtils.Desktop/RMUDesktopConfiguration.cs @@ -21,7 +21,6 @@ public class RMUDesktopConfiguration { public string DataStoragePath { get; set; } = ""; public string CacheStoragePath { get; set; } = ""; - public string? SentryDsn { get; set; } private static string ExpandPath(string path, bool retry = true) { _logger.LogInformation("Expanding path `{}`", path); @@ -44,4 +43,4 @@ public class RMUDesktopConfiguration { return path; } -} +} \ No newline at end of file -- cgit 1.5.1