@page "/HSAdmin" @using LibMatrix.Homeservers

Homeserver Admininistration


Synapse tools


Query rooms @code { public AuthenticatedHomeserverGeneric? Homeserver { get; set; } protected override async Task OnInitializedAsync() { Homeserver = await MRUStorage.GetCurrentSessionOrNavigate(); if (Homeserver is null) return; await base.OnInitializedAsync(); } }