From 1e8b19d50c63865c60af72f1caf664a8a05ef427 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Wed, 2 Feb 2022 16:44:14 +0000 Subject: [PATCH] Don't wait for the context to expire before trying to return --- federationapi/internal/perform.go | 1 - 1 file changed, 1 deletion(-) diff --git a/federationapi/internal/perform.go b/federationapi/internal/perform.go index 2261437c7..2b5f4c513 100644 --- a/federationapi/internal/perform.go +++ b/federationapi/internal/perform.go @@ -253,7 +253,6 @@ func (r *FederationInternalAPI) performJoinUsingServer( } }() - <-ctx.Done() return nil }