From 21da6cde79ccd0cb7f895a29e3d8cab959ef11ba Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Mon, 4 Sep 2023 02:17:10 +0200 Subject: Too many changes to name... --- LibMatrix/RemoteHomeServer.cs | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 LibMatrix/RemoteHomeServer.cs (limited to 'LibMatrix/RemoteHomeServer.cs') diff --git a/LibMatrix/RemoteHomeServer.cs b/LibMatrix/RemoteHomeServer.cs deleted file mode 100644 index 81ef9a7..0000000 --- a/LibMatrix/RemoteHomeServer.cs +++ /dev/null @@ -1,13 +0,0 @@ -using LibMatrix.Extensions; -using LibMatrix.Interfaces; - -namespace LibMatrix; - -public class RemoteHomeServer : IHomeServer { - public RemoteHomeServer(string canonicalHomeServerDomain) { - HomeServerDomain = canonicalHomeServerDomain; - _httpClient = new MatrixHttpClient(); - _httpClient.Timeout = TimeSpan.FromSeconds(5); - } - -} -- cgit 1.4.1