2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00

komrade update!

This commit is contained in:
quadrismegistus 2020-09-17 17:30:26 +01:00
parent 6cdbe95fac
commit 8f5003b46b

View File

@ -567,8 +567,14 @@ class KomradeX(Caller):
}
)
# self.log('msg2me is now v1',msg2me)
try:
msg2me.decrypt()
self.log('msg2me is now v2',dict_format(msg2me.msg_d))
except ThemisError as e:
return {
'success':False,
'status':f'De/encryption failure: {e}'
}
return {
'success':True,