From b3a7087e8e0fe90659d11db670c16b4b615f22ec Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 8 Aug 2022 11:31:46 +0100 Subject: [PATCH] Fix metric name --- federationapi/inthttp/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/federationapi/inthttp/server.go b/federationapi/inthttp/server.go index 590bcdfb2..9e10372cb 100644 --- a/federationapi/inthttp/server.go +++ b/federationapi/inthttp/server.go @@ -36,7 +36,7 @@ func AddRoutes(intAPI api.FederationInternalAPI, internalAPIMux *mux.Router) { internalAPIMux.Handle( FederationAPIPerformBroadcastEDUPath, - httputil.MakeInternalRPCAPI("PerformJoinRequest", intAPI.PerformBroadcastEDU), + httputil.MakeInternalRPCAPI("PerformBroadcastEDU", intAPI.PerformBroadcastEDU), ) internalAPIMux.Handle(