about summary refs log tree commit diff
path: root/LibMatrix/Responses/CreateRoomRequest.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 /LibMatrix/Responses/CreateRoomRequest.cs
parentClean up imports in bot utils (diff)
downloadLibMatrix-9c290989dfcf84c00f1351c4b168c8c030130639.tar.xz
Clean up more imports and fix namespaces.
Diffstat (limited to 'LibMatrix/Responses/CreateRoomRequest.cs')
-rw-r--r--LibMatrix/Responses/CreateRoomRequest.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/LibMatrix/Responses/CreateRoomRequest.cs b/LibMatrix/Responses/CreateRoomRequest.cs

index 6f47183..38bc970 100644 --- a/LibMatrix/Responses/CreateRoomRequest.cs +++ b/LibMatrix/Responses/CreateRoomRequest.cs
@@ -4,6 +4,7 @@ using System.Text.Json.Serialization; using System.Text.RegularExpressions; using LibMatrix.EventTypes; using LibMatrix.EventTypes.Spec.State; +using LibMatrix.EventTypes.Spec.State.RoomInfo; using LibMatrix.Homeservers; namespace LibMatrix.Responses;