keychain-uses-objects
quadrismegistus 4 years ago
parent 68edd6550a
commit ed3a05cb78

@ -161,7 +161,7 @@ class Message(Logger):
self.log(f'Attempting to decrypt {self}')
# decrypt msg
self.log('attempting to decrypt',self.msg,'from',self.from_pubkey,'to',self.to_whom,self.to_whom.keychain(),self.to_whom.assemble(self.to_whom.keychain()))
# self.log('attempting to decrypt',self.msg,'from',self.from_pubkey,'to',self.to_whom,self.to_whom.keychain(),self.to_whom.assemble(self.to_whom.keychain()))
self.msg = self.msg_d['msg'] = decr_msg_b = SMessage(
self.to_whom.privkey.data,
self.from_pubkey

@ -277,9 +277,11 @@ class Operator(Keymaker):
def pronto_pronto(self, msg_obj):
self.log(f'''*ring *ring* ...
self.log(f'''*ring *ring*
...
{self}: pronto?
voice: {msg_obj}''')
{msg_obj.from_whom}: Ciao. Please send this msg to {msg_obj.to_whom}? {msg_obj}''')
return self.route_msg(msg_obj,reencrypt=True)

Loading…
Cancel
Save