From 9c290989dfcf84c00f1351c4b168c8c030130639 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 23 Jan 2025 19:41:04 +0100 Subject: Clean up more imports and fix namespaces. --- .../LibMatrix.HomeserverEmulator/Controllers/DirectoryController.cs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Utilities/LibMatrix.HomeserverEmulator/Controllers/DirectoryController.cs') diff --git a/Utilities/LibMatrix.HomeserverEmulator/Controllers/DirectoryController.cs b/Utilities/LibMatrix.HomeserverEmulator/Controllers/DirectoryController.cs index b29edf5..9b61929 100644 --- a/Utilities/LibMatrix.HomeserverEmulator/Controllers/DirectoryController.cs +++ b/Utilities/LibMatrix.HomeserverEmulator/Controllers/DirectoryController.cs @@ -1,11 +1,9 @@ -using System.Text.Json.Nodes; -using System.Text.Json.Serialization; using ArcaneLibs.Extensions; using LibMatrix.EventTypes.Spec.State; +using LibMatrix.EventTypes.Spec.State.RoomInfo; using LibMatrix.HomeserverEmulator.Services; using LibMatrix.Homeservers; using LibMatrix.Responses; -using LibMatrix.Services; using Microsoft.AspNetCore.Mvc; namespace LibMatrix.HomeserverEmulator.Controllers; -- cgit 1.5.1