From 1f7873bbe1dfe39941ee8dbc6def87f8c825d49f Mon Sep 17 00:00:00 2001 From: Rory& Date: Sun, 11 Jan 2026 16:17:46 +0100 Subject: RoomUpgradeCLI work --- MatrixUtils.Web/Pages/Dev/WellKnownRes.razor | 1 + 1 file changed, 1 insertion(+) (limited to 'MatrixUtils.Web/Pages/Dev') diff --git a/MatrixUtils.Web/Pages/Dev/WellKnownRes.razor b/MatrixUtils.Web/Pages/Dev/WellKnownRes.razor index c636c56..722f9b3 100644 --- a/MatrixUtils.Web/Pages/Dev/WellKnownRes.razor +++ b/MatrixUtils.Web/Pages/Dev/WellKnownRes.razor @@ -72,6 +72,7 @@ public bool HasClientWellKnown => WellKnownResolutionResult?.ClientWellKnown is { Content.Homeserver.BaseUrl: { Length: > 0 } }; public bool HasServerWellKnown => WellKnownResolutionResult?.ServerWellKnown is { Content.Homeserver.Length: > 0 }; public bool HasSupportWellKnown => WellKnownResolutionResult?.SupportWellKnown?.Content is not null and not { SupportPage: null, Contacts: null or { Count: 0 } }; + public bool HasPolicyServerWellKnown => WellKnownResolutionResult?.PolicyServerWellKnown?.Content is not null and not { PublicKey: null or "" }; } private async Task Execute() { -- cgit 1.5.1