Commit acb0ac5c authored by Tijmen de Mes's avatar Tijmen de Mes

Fixed saving remote pgp key

parent d919f0af
......@@ -734,7 +734,7 @@ class MessageManager(object, metaclass=Singleton):
if content_type.lower() == 'text/pgp-public-key':
# print('-- Received public key')
self.save_key(body, sender.uri)
self._save_pgp_key(body, sender.uri)
from blink.contacts import URIUtils
contact, contact_uri = URIUtils.find_contact(sender.uri)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment