mirror of
https://github.com/matrix-org/dendrite.git
synced 2024-11-26 00:01:55 -06:00
Send join asynchronously
This commit is contained in:
parent
b478ed869d
commit
5b685bfcd0
|
@ -251,7 +251,7 @@ func (r *FederationInternalAPI) performJoinUsingServer(
|
|||
event.Headered(respMakeJoin.RoomVersion),
|
||||
serverName,
|
||||
nil,
|
||||
false,
|
||||
true,
|
||||
); err != nil {
|
||||
logrus.WithFields(logrus.Fields{
|
||||
"room_id": roomID,
|
||||
|
|
Loading…
Reference in a new issue