Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gajim
gajim-plugins
Commits
60654ac3
Commit
60654ac3
authored
Apr 18, 2022
by
Philipp Hörist
Browse files
[openpgp] Don’t show error when keys are missing on activation
parent
1ecf2f39
Changes
1
Hide whitespace changes
Inline
Side-by-side
openpgp/pgpplugin.py
View file @
60654ac3
...
...
@@ -139,10 +139,6 @@ class OpenPGPPlugin(GajimPlugin):
jid
,
only_trusted
=
False
)
if
not
keys
:
con
.
get_module
(
'OpenPGP'
).
request_keylist
(
JID
.
from_string
(
jid
))
ErrorDialog
(
_
(
'No OpenPGP key'
),
_
(
'We didnt receive a OpenPGP key from this contact.'
))
return
return
True
from
openpgp.gtk.wizard
import
KeyWizard
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment