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


Commits:
6e459182 by Philipp Hörist at 2022-10-31T11:07:14+01:00
fix: Remote: Make get_status() return correct status when offline

- - - - -


1 changed file:

- gajim/common/dbus/remote_control.py


Changes:

=====================================
gajim/common/dbus/remote_control.py
=====================================
@@ -248,7 +248,7 @@ def raise_signal(self, event_name: str, data: Any) -> None:
     def get_status(account: str) -> str:
         if not account:
             return helpers.get_global_show()
-        return app.get_client(account).status
+        return helpers.get_client_status(account)
 
     @staticmethod
     def get_status_message(account: str) -> str:



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

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