about summary refs log tree commit diff
path: root/LibMatrix/Homeservers/RemoteHomeServer.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-09 14:44:02 +0100
committerRory& <root@rory.gay>2025-12-09 19:01:20 +0100
commit2fb46b3bb9e825727448b6411921f4cfd45c21f2 (patch)
tree6f07782779b768cc7205357bf5e401d43cda77dd /LibMatrix/Homeservers/RemoteHomeServer.cs
parentHack: dont include rev (mirroring ArcaneLibs) (diff)
downloadLibMatrix-2fb46b3bb9e825727448b6411921f4cfd45c21f2.tar.xz
Drop MXAE_UPSTREAM header from requests
Diffstat (limited to 'LibMatrix/Homeservers/RemoteHomeServer.cs')
-rw-r--r--LibMatrix/Homeservers/RemoteHomeServer.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/LibMatrix/Homeservers/RemoteHomeServer.cs b/LibMatrix/Homeservers/RemoteHomeServer.cs

index af84be2..7c55d57 100644 --- a/LibMatrix/Homeservers/RemoteHomeServer.cs +++ b/LibMatrix/Homeservers/RemoteHomeServer.cs
@@ -23,7 +23,6 @@ public class RemoteHomeserver { // Timeout = TimeSpan.FromSeconds(300) // TODO: Re-implement this }; - if (proxy is not null) ClientHttpClient.DefaultRequestHeaders.Add("MXAE_UPSTREAM", serverName); if (!string.IsNullOrWhiteSpace(wellKnownUris.Server)) FederationClient = new FederationClient(WellKnownUris.Server!, proxy); Auth = new(this);