mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-29 09:43:10 -06:00
Don't wait for the context to expire before trying to return
This commit is contained in:
parent
7b72559b7e
commit
1e8b19d50c
|
|
@ -253,7 +253,6 @@ func (r *FederationInternalAPI) performJoinUsingServer(
|
|||
}
|
||||
}()
|
||||
|
||||
<-ctx.Done()
|
||||
return nil
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue