about summary refs log tree commit diff
path: root/Utilities/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-01-23 19:41:04 +0100
committerRory& <root@rory.gay>2025-01-23 19:41:04 +0100
commit9c290989dfcf84c00f1351c4b168c8c030130639 (patch)
tree4ed3adeaf18ad1dc76a2c8b7f7c3157ad4fa33aa /Utilities/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs
parentClean up imports in bot utils (diff)
downloadLibMatrix-9c290989dfcf84c00f1351c4b168c8c030130639.tar.xz
Clean up more imports and fix namespaces.
Diffstat (limited to 'Utilities/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs')
-rw-r--r--Utilities/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs5
1 files changed, 1 insertions, 4 deletions
diff --git a/Utilities/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs b/Utilities/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs

index 1fb427e..3826c39 100644 --- a/Utilities/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs +++ b/Utilities/LibMatrix.HomeserverEmulator/Controllers/LegacyController.cs
@@ -1,12 +1,9 @@ using System.Diagnostics; using System.Diagnostics.CodeAnalysis; -using System.Security.Cryptography; -using System.Text.Json.Nodes; using ArcaneLibs.Extensions; using LibMatrix.EventTypes.Spec.State; +using LibMatrix.EventTypes.Spec.State.RoomInfo; using LibMatrix.HomeserverEmulator.Services; -using LibMatrix.Responses; -using LibMatrix.Services; using Microsoft.AspNetCore.Mvc; namespace LibMatrix.HomeserverEmulator.Controllers;