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/RoomTypes/GenericRoom.cs | 2 -- 1 file changed, 2 deletions(-) (limited to 'LibMatrix/RoomTypes/GenericRoom.cs') diff --git a/LibMatrix/RoomTypes/GenericRoom.cs b/LibMatrix/RoomTypes/GenericRoom.cs index 75cb5f3..ae41f1e 100644 --- a/LibMatrix/RoomTypes/GenericRoom.cs +++ b/LibMatrix/RoomTypes/GenericRoom.cs @@ -7,8 +7,6 @@ using LibMatrix.EventTypes.Spec.State; using LibMatrix.Extensions; using LibMatrix.Homeservers; using LibMatrix.Interfaces; -using LibMatrix.Responses; -using Microsoft.Extensions.Logging; namespace LibMatrix.RoomTypes; -- cgit 1.4.1