Don't wait for the context to expire before trying to return

This commit is contained in:
Neil Alexander 2022-02-02 16:44:14 +00:00
parent 7b72559b7e
commit 1e8b19d50c
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944

View file

@ -253,7 +253,6 @@ func (r *FederationInternalAPI) performJoinUsingServer(
}
}()
<-ctx.Done()
return nil
}