diff options
author | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-10 22:17:53 +0200 |
---|---|---|
committer | TheArcaneBrony <myrainbowdash949@gmail.com> | 2023-10-10 22:17:53 +0200 |
commit | 1eec6bb14f08124e1e8d6f2e0b072862590f1ff1 (patch) | |
tree | 23d5d39a0a37f0105c7d810f9634412f5b3f5c43 /LibMatrix/Responses | |
parent | Small refactors (diff) | |
download | LibMatrix-1eec6bb14f08124e1e8d6f2e0b072862590f1ff1.tar.xz |
Set timeout for command listener
Diffstat (limited to '')
-rw-r--r-- | LibMatrix/Responses/CreateRoomRequest.cs | 1 | ||||
-rw-r--r-- | LibMatrix/Responses/SyncResponse.cs | 1 |
2 files changed, 0 insertions, 2 deletions
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; diff --git a/LibMatrix/Responses/SyncResponse.cs b/LibMatrix/Responses/SyncResponse.cs index 39cb38f..d3130bb 100644 --- a/LibMatrix/Responses/SyncResponse.cs +++ b/LibMatrix/Responses/SyncResponse.cs @@ -1,5 +1,4 @@ using System.Text.Json.Serialization; -using LibMatrix.Helpers; namespace LibMatrix.Responses; |