From aa7026a17ededf7c181ed269c6388491d96e1b1e Mon Sep 17 00:00:00 2001 From: "Emma@Rory&" Date: Mon, 14 Aug 2023 05:07:51 +0200 Subject: Split LibMatrix into submodule --- MatrixRoomUtils.Web/Shared/UserListItem.razor | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'MatrixRoomUtils.Web/Shared/UserListItem.razor') diff --git a/MatrixRoomUtils.Web/Shared/UserListItem.razor b/MatrixRoomUtils.Web/Shared/UserListItem.razor index 20b1c8c..a85a68d 100644 --- a/MatrixRoomUtils.Web/Shared/UserListItem.razor +++ b/MatrixRoomUtils.Web/Shared/UserListItem.razor @@ -1,7 +1,6 @@ -@using MatrixRoomUtils.Core.Responses -@using MatrixRoomUtils.Core.StateEventTypes -@using MatrixRoomUtils.Core.Helpers -@using MatrixRoomUtils.Core.StateEventTypes.Spec +@using LibMatrix.StateEventTypes +@using LibMatrix.StateEventTypes.Spec +@using LibMatrix.Helpers
@profileName @@ -35,7 +34,7 @@ var hs = await MRUStorage.GetCurrentSessionOrNavigate(); if (hs is null) return; - + await _semaphoreSlim.WaitAsync(); if (User == null) { @@ -52,4 +51,4 @@ _semaphoreSlim.Release(); } -} \ No newline at end of file +} -- cgit 1.4.1