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


Commits:
82aba7a5 by Philipp Hörist at 2026-08-21T18:07:15+02:00
fix: MUC: Don't obsolete avatar requests while joining

- - - - -


1 changed file:

- gajim/common/modules/vcard_avatars.py


Changes:

=====================================
gajim/common/modules/vcard_avatars.py
=====================================
@@ -292,7 +292,8 @@ def preconditions_met(self) -> bool:
 
         if isinstance(self._contact, GroupchatParticipant):
             if not self._contact.room.is_joined:
-                self.set_obsolete()
+                if self._contact.room.is_not_joined:
+                    self.set_obsolete()
                 return False
 
         return True



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/82aba7a532c3a48a78da8087eab75ff6f5eb1134

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


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to