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


Commits:
a64bcf50 by Philipp Hörist at 2025-04-01T23:32:58+02:00
cfix: Application: Fix shutdown

- - - - -


1 changed file:

- gajim/common/application.py


Changes:

=====================================
gajim/common/application.py
=====================================
@@ -237,6 +237,9 @@ def _on_disconnect(event: AccountDisconnected) -> None:
                                        ged.CORE,
                                        _on_disconnect)
 
+        for client in accounts_to_disconnect.values():
+            client.change_status('offline', '')
+
     def _shutdown_core(self) -> None:
         # Commit any outstanding SQL transactions
         app.process_pool.shutdown(cancel_futures=True)



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

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