Open shinznatkid opened 8 years ago
What do you want to do?
I want to get decrypted text from contact that has send message by end-to-end encryption. (Now received text=None)
Is there no way to work around this?
Looks like' Line client on Chrome had the answer E2EEgetPublicKey, etc
I'm not sure but seem some contact that has end-to-end encryption send message to this application will get text=None So, I'm investigating to deep thrift and found in thrift ttypes file. That class Message has new unknown attribute when encrypted contact has message. (new type fid=20 is List of String) I'm stuck here and cannot decrypt that message. :(
If anybody has same issue or any solution plz advise.
Thankyou.