Remove not neccessary line

This commit is contained in:
Alexander "PapaTutuWawa
2021-10-29 15:33:51 +02:00
parent b56fe20ba1
commit 7c935c4692

View File

@@ -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