Vu Quoc Huy
Vu Quoc Huy
I think it works now. Tested with a Linux build applied https://github.com/TheTorProject/tor-messenger-build/pull/15. PTAL.
How does it trigger the fingerprint window when adding an account? I tried with my twitter account but after adding my account, nothing showed up.
> We should probably avoid triggering the manual fingerprint window when adding an account. Agree. ~~I will create a PR for this issue in the next few days.~~
@arlolra: Did you have any solutions for this issue?
@arlolra : I am trying to resolve the task 3 but I am struggling to get the `uiConv`. I think I need to modify the method `ui.generate` but I cannot...
yup, I got it. Thanks!
@arlolra when importing, there are certainly duplicate records. There are 2 types: same account name, protocol but different private key; and same account name, protocol and private key. How do...
> If you pass it an otr.private_key file, it would parse it and present the user options to disambiguate, assuming there's more than one key in the file and no...
@arlolra how do you display the warning to users? Should we show it in conversation window (using `systemMessage` method)?
Yeah, I think so, too. I also think that we can adopt protobufs into our storage backend hook. It would replace the `Deserialize` and `Serialize` problem we're facing.