From d94b1c2eb932b02ddf1c4f46ba58a11cb87607b3 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 4 May 2020 18:00:06 +0100 Subject: [PATCH] Review comments --- federationsender/internal/perform.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/federationsender/internal/perform.go b/federationsender/internal/perform.go index ab877c8a7..ff7f821c1 100644 --- a/federationsender/internal/perform.go +++ b/federationsender/internal/perform.go @@ -169,7 +169,8 @@ func (r *FederationSenderInternalAPI) PerformLeave( ) if err != nil { // 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