From 7c935c469210253ad4ce91b308eca22b3e52ee84 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 29 Oct 2021 15:33:51 +0200 Subject: [PATCH] Remove not neccessary line --- bridge/xmpp/xmpp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bridge/xmpp/xmpp.go b/bridge/xmpp/xmpp.go index 65477f3e..cf58a2fc 100644 --- a/bridge/xmpp/xmpp.go +++ b/bridge/xmpp/xmpp.go @@ -283,9 +283,9 @@ func (b *Bxmpp) handleXMPP() error { for { m, err := b.xc.Recv() if err != nil { + // An error together with AvatarData is non-fatal switch m.(type) { case xmpp.AvatarData: - b.avatarAvailability[v.From] = false continue default: return err