mirror of
https://github.com/hoernschen/dendrite.git
synced 2025-08-02 14:12:47 +00:00
Fall back to federation if we can't satisfy with any of our local users
This commit is contained in:
parent
2890218c4b
commit
0c3d2f0f64
3 changed files with 11 additions and 4 deletions
|
@ -209,8 +209,6 @@ func (r *FederationSenderInternalAPI) performJoinUsingServer(
|
|||
return fmt.Errorf("respMakeJoin.JoinEvent.Build: %w", err)
|
||||
}
|
||||
|
||||
fmt.Println("Join event:", event.EventID())
|
||||
|
||||
// No longer reuse the request context from this point forward.
|
||||
// We don't want the client timing out to interrupt the join.
|
||||
var cancel context.CancelFunc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue