about summary refs log tree commit diff
path: root/Utilities/LibMatrix.FederationTest/Controllers/RemoteServerPingController.cs
diff options
context:
space:
mode:
authorRory& <root@rory.gay>2025-12-05 13:49:02 +0100
committerRory& <root@rory.gay>2025-12-05 13:49:02 +0100
commitdc58a7878faf1ee567e0f1239d8c8869502fd03d (patch)
tree0c82a8fbabd4e9f3d6df498e9c4753191ab11b1e /Utilities/LibMatrix.FederationTest/Controllers/RemoteServerPingController.cs
parentUpdate deps (diff)
downloadLibMatrix-dc58a7878faf1ee567e0f1239d8c8869502fd03d.tar.xz
Federation work
Diffstat (limited to '')
-rw-r--r--Utilities/LibMatrix.FederationTest/Controllers/RemoteServerPingController.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Utilities/LibMatrix.FederationTest/Controllers/RemoteServerPingController.cs b/Utilities/LibMatrix.FederationTest/Controllers/RemoteServerPingController.cs

index 8d3a5ea..ce0e119 100644 --- a/Utilities/LibMatrix.FederationTest/Controllers/RemoteServerPingController.cs +++ b/Utilities/LibMatrix.FederationTest/Controllers/RemoteServerPingController.cs
@@ -20,8 +20,8 @@ public class RemoteServerPingController(FederationTestConfiguration config, Fede try { var ownKey = keyStore.GetCurrentSigningKey(); var hs = new AuthenticatedFederationClient(hsResolveResult.Server, new() { - PrivateKey = , - OriginServerName = null + PrivateKey = ownKey.CurrentSigningKey, + OriginServerName = config.ServerName }); var keys = await hs.GetServerKeysAsync(); responseMessage["version"] = await hs.GetServerVersionAsync();