Thoroughbreed / CryptoChat

End-to-end encrypted chat software via gRPC
Apache License 2.0
0 stars 0 forks source link

Streamline the message process #2

Closed jaa2019 closed 2 years ago

jaa2019 commented 2 years ago

The flow for messages (either ciphers or cleartext) need to be reworked.

Perhaps have another parameter in the gRPC package with a boolean whether it's cipher or cleartext?

jaa2019 commented 2 years ago

Fixed client-side