about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/Dev/WellKnownRes.razor
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2026-01-11 16:17:46 +0100
committerRory& <root@rory.gay>2026-01-11 16:17:46 +0100
commit1f7873bbe1dfe39941ee8dbc6def87f8c825d49f (patch)
treeae73e7ceb9ffb43d1fd28acb2e741bf81f0874a4 /MatrixUtils.Web/Pages/Dev/WellKnownRes.razor
parentSwitch to correct compression flag for blazor assets - this silently broke wi... (diff)
downloadMatrixUtils-master.tar.xz
RoomUpgradeCLI work HEAD master
Diffstat (limited to '')
-rw-r--r--MatrixUtils.Web/Pages/Dev/WellKnownRes.razor1
1 files changed, 1 insertions, 0 deletions
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() {