about summary refs log tree commit diff
path: root/MatrixUtils.Web/Pages/Tools/SpaceDebug.razor
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--MatrixUtils.Web/Pages/Tools/SpaceDebug.razor (renamed from MatrixRoomUtils.Web/Pages/Tools/SpaceDebug.razor)4
1 files changed, 2 insertions, 2 deletions
diff --git a/MatrixRoomUtils.Web/Pages/Tools/SpaceDebug.razor b/MatrixUtils.Web/Pages/Tools/SpaceDebug.razor

index 5b4815d..5d9b8eb 100644 --- a/MatrixRoomUtils.Web/Pages/Tools/SpaceDebug.razor +++ b/MatrixUtils.Web/Pages/Tools/SpaceDebug.razor
@@ -1,4 +1,4 @@ -@page "/SpaceDebug" +@page "/Tools/SpaceDebug" @using LibMatrix.Filters @using LibMatrix.Helpers <h3>SpaceDebug</h3> @@ -45,7 +45,7 @@ protected override async Task OnInitializedAsync() { Status = "Getting homeserver..."; - var hs = await MRUStorage.GetCurrentSessionOrNavigate(); + var hs = await RMUStorage.GetCurrentSessionOrNavigate(); if (hs is null) return; var syncHelper = new SyncHelper(hs) {