From 1eec6bb14f08124e1e8d6f2e0b072862590f1ff1 Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Tue, 10 Oct 2023 22:17:53 +0200 Subject: Set timeout for command listener --- LibMatrix/Responses/CreateRoomRequest.cs | 1 - 1 file changed, 1 deletion(-) (limited to 'LibMatrix/Responses/CreateRoomRequest.cs') diff --git a/LibMatrix/Responses/CreateRoomRequest.cs b/LibMatrix/Responses/CreateRoomRequest.cs index 1ad590f..4267094 100644 --- a/LibMatrix/Responses/CreateRoomRequest.cs +++ b/LibMatrix/Responses/CreateRoomRequest.cs @@ -4,7 +4,6 @@ using System.Text.Json.Serialization; using System.Text.RegularExpressions; using LibMatrix.EventTypes; using LibMatrix.EventTypes.Spec.State; -using LibMatrix.Helpers; using LibMatrix.Homeservers; using LibMatrix.Interfaces; -- cgit 1.4.1