From 373e3a481e9b16b328002426d416344a87ef1058 Mon Sep 17 00:00:00 2001 From: Rory& Date: Tue, 18 Feb 2025 07:41:20 +0100 Subject: Some cleanup --- MatrixUtils.Web/Shared/RoomList.razor | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'MatrixUtils.Web/Shared/RoomList.razor') diff --git a/MatrixUtils.Web/Shared/RoomList.razor b/MatrixUtils.Web/Shared/RoomList.razor index 42c5a9f..ba9cd69 100644 --- a/MatrixUtils.Web/Shared/RoomList.razor +++ b/MatrixUtils.Web/Shared/RoomList.razor @@ -10,7 +10,7 @@ } else { @foreach (var category in RoomsWithTypes.OrderBy(x => x.Value.Count)) { - + } } @@ -34,6 +34,9 @@ else { } } + [Parameter] + public AuthenticatedHomeserverGeneric? Homeserver { get; set; } + [Parameter] public UserProfileResponse? GlobalProfile { get; set; } -- cgit 1.5.1