Skip to content
Snippets Groups Projects
Commit c9b64a59 authored by Bahtiar Gadimov's avatar Bahtiar Gadimov
Browse files

FIx LOG_DB errors

We did not do a conversion to unicode as needed
parent 88658c68
No related branches found
No related tags found
No related merge requests found
......@@ -146,7 +146,7 @@ class OmemoState:
sid))
return
result = aes_decrypt(key, iv, payload)
result = unicode(aes_decrypt(key, iv, payload))
log.debug("Decrypted msg ⇒ " + result)
return result
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment