summary refs log tree commit diff
path: root/MxApiExtensions/Controllers/Extensions/JoinedRoomListController.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-01-24 00:03:10 +0100
committerRory& <root@rory.gay>2025-01-24 00:03:10 +0100
commitb4ef05afcfac87ae197ae69bdbae93c3ca4d46be (patch)
treefedd3d9680bb46c784d64db0d21363f2e6737f94 /MxApiExtensions/Controllers/Extensions/JoinedRoomListController.cs
parentUpdate to .NET 9 (diff)
downloadMxApiExtensions-master.tar.xz
LibMatrix refactor changes HEAD master
Diffstat (limited to 'MxApiExtensions/Controllers/Extensions/JoinedRoomListController.cs')
-rw-r--r--MxApiExtensions/Controllers/Extensions/JoinedRoomListController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MxApiExtensions/Controllers/Extensions/JoinedRoomListController.cs b/MxApiExtensions/Controllers/Extensions/JoinedRoomListController.cs

index 07420d7..6c07c4c 100644 --- a/MxApiExtensions/Controllers/Extensions/JoinedRoomListController.cs +++ b/MxApiExtensions/Controllers/Extensions/JoinedRoomListController.cs
@@ -1,7 +1,7 @@ using System.Collections.Concurrent; -using System.Net.Http.Headers; using ArcaneLibs.Extensions; using LibMatrix.EventTypes.Spec.State; +using LibMatrix.EventTypes.Spec.State.RoomInfo; using LibMatrix.Homeservers; using LibMatrix.RoomTypes; using Microsoft.AspNetCore.Mvc;