about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/HSAdmin/Synapse/Components
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-04-22 17:04:26 +0200
committerRory& <root@rory.gay>2025-04-22 17:04:26 +0200
commit14c3cb3ebf8826742e2957fc22b7ae99b645c40c (patch)
tree897227b56d05bb6e6049c229e772bf03b3650748 /MatrixUtils.Web/Pages/HSAdmin/Synapse/Components
parentA11Y: Use busy state in index page (diff)
downloadMatrixUtils-14c3cb3ebf8826742e2957fc22b7ae99b645c40c.tar.xz
Fix room shutdown, room query (WIP)
Diffstat (limited to 'MatrixUtils.Web/Pages/HSAdmin/Synapse/Components')
-rw-r--r--MatrixUtils.Web/Pages/HSAdmin/Synapse/Components/SynapseRoomShutdownWindowContent.razor3
1 files changed, 3 insertions, 0 deletions
diff --git a/MatrixUtils.Web/Pages/HSAdmin/Synapse/Components/SynapseRoomShutdownWindowContent.razor b/MatrixUtils.Web/Pages/HSAdmin/Synapse/Components/SynapseRoomShutdownWindowContent.razor

index 124d073..3b3acac 100644 --- a/MatrixUtils.Web/Pages/HSAdmin/Synapse/Components/SynapseRoomShutdownWindowContent.razor +++ b/MatrixUtils.Web/Pages/HSAdmin/Synapse/Components/SynapseRoomShutdownWindowContent.razor
@@ -1,5 +1,6 @@ @using LibMatrix.Homeservers.Extensions.NamedCaches @using LibMatrix.Homeservers.ImplementationDetails.Synapse.Models.Requests +@using LibMatrix.Homeservers.ImplementationDetails.Synapse.Models.Responses @if (string.IsNullOrWhiteSpace(Context.DeleteId)) { <span>Block room: </span> @@ -77,6 +78,8 @@ ForcePurge = false }; + public SynapseAdminRoomListResult.SynapseAdminRoomListResultRoom? RoomDetails { get; set; } + public class ExtraDeleteOptions { // room options public bool QuarantineLocalMedia { get; set; }