From aafd0ad3560c13f86674498accd57c38fb091b29 Mon Sep 17 00:00:00 2001 From: Rory& Date: Wed, 14 May 2025 14:15:22 +0200 Subject: Update LibMatrix --- MatrixUtils.Web/Pages/Tools/Info/SessionCount.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MatrixUtils.Web/Pages/Tools/Info') diff --git a/MatrixUtils.Web/Pages/Tools/Info/SessionCount.razor b/MatrixUtils.Web/Pages/Tools/Info/SessionCount.razor index ce3513b..5c238b3 100644 --- a/MatrixUtils.Web/Pages/Tools/Info/SessionCount.razor +++ b/MatrixUtils.Web/Pages/Tools/Info/SessionCount.razor @@ -97,7 +97,7 @@ rooms = new ObservableCollection(distinctRooms); rooms.CollectionChanged += (sender, args) => StateHasChanged(); - var stateTasks = rooms.Select(async x => (x, await x.GetMembersListAsync(false))).ToAsyncEnumerable(); + var stateTasks = rooms.Select(async x => (x, await x.GetMembersListAsync())).ToAsyncEnumerable(); await foreach (var (room, state) in stateTasks) { roomMembers.Add(room, state); -- cgit 1.5.1