Daniel Brötzmann pushed to branch master at gajim / gajim
Commits:
1aa68b55 by wurstsalat at 2025-08-16T19:20:41+02:00
cq: Remove obsolete helper function
- - - - -
1 changed file:
- gajim/common/helpers.py
Changes:
=====================================
gajim/common/helpers.py
=====================================
@@ -242,11 +242,6 @@ def get_optional_features(account: str) -> list[str]:
return features
-def jid_is_blocked(account: str, jid: str) -> bool:
- client = app.get_client(account)
- return jid in client.get_module('Blocking').blocked
-
-
def get_global_proxy() -> ProxyData | None:
proxy_name = app.settings.get('global_proxy')
if not proxy_name:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1aa68b55f86b0efe808958dcbd2672d6338df747
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/1aa68b55f86b0efe808958dcbd2672d6338df747
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]