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


Commits:
0729e10f by Philipp Hörist at 2026-05-03T15:08:29+02:00
cfix: Only publish keylist if secret key is available

- - - - -


1 changed file:

- gajim/common/modules/openpgp.py


Changes:

=====================================
gajim/common/modules/openpgp.py
=====================================
@@ -1075,4 +1075,4 @@ def _on_disco_items_result(self, task: Task) -> None:
 
         if self.secret_key_exists():
             self.set_public_key()
-        self.set_keylist()
+            self.set_keylist()



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

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