about summary refs log tree commit diff
path: root/LibMatrix/Services
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/Services
parentSmall refactors (diff)
downloadLibMatrix-1eec6bb14f08124e1e8d6f2e0b072862590f1ff1.tar.xz
Set timeout for command listener
Diffstat (limited to 'LibMatrix/Services')
-rw-r--r--LibMatrix/Services/HomeserverProviderService.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/LibMatrix/Services/HomeserverProviderService.cs b/LibMatrix/Services/HomeserverProviderService.cs
index 1f3bd37..6659081 100644
--- a/LibMatrix/Services/HomeserverProviderService.cs
+++ b/LibMatrix/Services/HomeserverProviderService.cs
@@ -1,7 +1,5 @@
-using System.Net.Http.Headers;
 using System.Net.Http.Json;
 using ArcaneLibs.Extensions;
-using LibMatrix.Extensions;
 using LibMatrix.Homeservers;
 using LibMatrix.Responses;
 using Microsoft.Extensions.Logging;