Philipp Hörist pushed to branch master at gajim / gajim
Commits:
d6501030 by Philipp Hörist at 2025-01-28T20:44:17+01:00
refactor: Plugins: Fix return type
- - - - -
1 changed file:
- gajim/plugins/gajimplugin.py
Changes:
=====================================
gajim/plugins/gajimplugin.py
=====================================
@@ -108,8 +108,8 @@ def activate(self) -> None:
def deactivate(self) -> None:
pass
- def activate_encryption(self, chat_control: Any) -> None:
- pass
+ def activate_encryption(self, chat_control: Any) -> bool:
+ raise NotImplementedError
class GajimPluginConfig:
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d65010301f95c427c085ce98b9d16d4a29ca967b
--
View it on GitLab:
https://dev.gajim.org/gajim/gajim/-/commit/d65010301f95c427c085ce98b9d16d4a29ca967b
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]