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


Commits:
44a13888 by Philipp Hörist at 2023-10-11T21:10:02+02:00
fix: MUC: Always remove rejoin timer when closing chat

- - - - -


1 changed file:

- gajim/common/modules/muc.py


Changes:

=====================================
gajim/common/modules/muc.py
=====================================
@@ -366,10 +366,11 @@ def leave(self,
         if muc_data is None:
             return
 
+        self._remove_rejoin_timeout(room_jid)
+
         if muc_data.state.is_not_joined:
             return
 
-        self._remove_rejoin_timeout(room_jid)
 
         self._con.get_module('Presence').send_presence(
             muc_data.occupant_jid,



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/44a138885a6a8bcb638373916c24f74b920b6698

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/44a138885a6a8bcb638373916c24f74b920b6698
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