Philipp Hörist pushed to branch master at gajim / gajim


Commits:
587c3bb7 by lovetox at 2022-08-14T13:40:08+02:00
cq: Remove redundant elif

- - - - -


1 changed file:

- gajim/common/modules/vcard_avatars.py


Changes:

=====================================
gajim/common/modules/vcard_avatars.py
=====================================
@@ -253,7 +253,7 @@ def preconditions_met(self) -> bool:
         if not client.state.is_available:
             return False
 
-        elif isinstance(self._contact, GroupchatParticipant):
+        if isinstance(self._contact, GroupchatParticipant):
             if not self._contact.room.is_joined:
                 self.set_obsolete()
                 return False



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/587c3bb75727a1cc8701a116a8e4e6a4c409b4ce

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/587c3bb75727a1cc8701a116a8e4e6a4c409b4ce
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list
[email protected]
https://lists.gajim.org/cgi-bin/listinfo/commits

Reply via email to