about summary refs log tree commit diff
path: root/LibMatrix/Helpers
diff options
context:
space:
mode:
authorTheArcaneBrony <myrainbowdash949@gmail.com>2023-10-10 22:17:53 +0200
committerTheArcaneBrony <myrainbowdash949@gmail.com>2023-10-10 22:17:53 +0200
commit1eec6bb14f08124e1e8d6f2e0b072862590f1ff1 (patch)
tree23d5d39a0a37f0105c7d810f9634412f5b3f5c43 /LibMatrix/Helpers
parentSmall refactors (diff)
downloadLibMatrix-1eec6bb14f08124e1e8d6f2e0b072862590f1ff1.tar.xz
Set timeout for command listener
Diffstat (limited to 'LibMatrix/Helpers')
-rw-r--r--LibMatrix/Helpers/SyncHelper.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/LibMatrix/Helpers/SyncHelper.cs b/LibMatrix/Helpers/SyncHelper.cs
index 06ae3fe..a793d76 100644
--- a/LibMatrix/Helpers/SyncHelper.cs
+++ b/LibMatrix/Helpers/SyncHelper.cs
@@ -1,11 +1,8 @@
 using System.Diagnostics;
-using System.Diagnostics.CodeAnalysis;
-using System.Net.Http.Json;
 using ArcaneLibs.Extensions;
 using LibMatrix.Filters;
 using LibMatrix.Homeservers;
 using LibMatrix.Responses;
-using LibMatrix.Services;
 using Microsoft.Extensions.Logging;
 
 namespace LibMatrix.Helpers;