Remove remaining zeroconf references

This commit is contained in:
André Apitzsch
2025-12-06 22:45:53 +01:00
parent 697f69cc26
commit 9347da89ba
4 changed files with 0 additions and 4 deletions

View File

@@ -94,7 +94,6 @@ class PGPPlugin(GajimPlugin):
self.config_dialog = partial(PGPConfigDialog, self)
self.encryption_name = ENCRYPTION_NAME
self.allow_zeroconf = True
self.gui_extension_points = {
"encrypt" + ENCRYPTION_NAME: (self._encrypt_message, None),
"send_message" + ENCRYPTION_NAME: (self._before_sendmessage, None),