Review comments

This commit is contained in:
Neil Alexander 2020-05-04 18:00:06 +01:00
parent ff914fa30c
commit d94b1c2eb9

View file

@ -169,7 +169,8 @@ func (r *FederationSenderInternalAPI) PerformLeave(
) )
if err != nil { if err != nil {
// TODO: Check if the user was not allowed to leave the room. // TODO: Check if the user was not allowed to leave the room.
return err logrus.WithError(err).Warnf("r.federation.MakeLeave failed")
continue
} }
// Set all the fields to be what they should be, this should be a no-op // Set all the fields to be what they should be, this should be a no-op