From 08f5483df2c01eba7c764cdaec94fca71e4976b8 Mon Sep 17 00:00:00 2001 From: Rory& Date: Thu, 30 May 2024 09:31:29 +0000 Subject: Clarify LegacyEvent types --- LibMatrix/Responses/CreateRoomRequest.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'LibMatrix/Responses/CreateRoomRequest.cs') diff --git a/LibMatrix/Responses/CreateRoomRequest.cs b/LibMatrix/Responses/CreateRoomRequest.cs index f5218b9..6919b84 100644 --- a/LibMatrix/Responses/CreateRoomRequest.cs +++ b/LibMatrix/Responses/CreateRoomRequest.cs @@ -2,8 +2,8 @@ using System.Reflection; using System.Text.Json.Nodes; using System.Text.Json.Serialization; using System.Text.RegularExpressions; -using LibMatrix.EventTypes; -using LibMatrix.EventTypes.Spec.State; +using LibMatrix.LegacyEvents.EventTypes; +using LibMatrix.LegacyEvents.EventTypes.Spec.State; using LibMatrix.Homeservers; namespace LibMatrix.Responses; -- cgit 1.4.1