From 3737b395b9bd510d6a44622bc21d99a7e5ae605d Mon Sep 17 00:00:00 2001 From: Rory& Date: Fri, 24 Jan 2025 00:07:44 +0100 Subject: LibMatrix changes --- MatrixUtils.Web/Pages/Rooms/PolicyLists.razor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'MatrixUtils.Web/Pages/Rooms/PolicyLists.razor') diff --git a/MatrixUtils.Web/Pages/Rooms/PolicyLists.razor b/MatrixUtils.Web/Pages/Rooms/PolicyLists.razor index 63dc206..4f06822 100644 --- a/MatrixUtils.Web/Pages/Rooms/PolicyLists.razor +++ b/MatrixUtils.Web/Pages/Rooms/PolicyLists.razor @@ -1,5 +1,4 @@ @page "/PolicyLists" -@using System.Collections.ObjectModel @using ArcaneLibs.Extensions @using LibMatrix @using LibMatrix.EventTypes @@ -63,7 +62,7 @@ private AuthenticatedHomeserverGeneric? Homeserver { get; set; } protected override async Task OnInitializedAsync() { - Homeserver = await RMUStorage.GetCurrentSessionOrNavigate(); + Homeserver = await RmuStorage.GetCurrentSessionOrNavigate(); if (Homeserver is null) return; Status = "Fetching rooms..."; -- cgit 1.5.1