-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhance error message when encountering the UISI bug (or bug N..) #350
Comments
After some analysis and this is not as trivial as we could think. Here are some suggestions on how to implement this translation : benefits : easier solution than solution 2, and will take less time to have this in production Solution 2 : benefits : this is more accurate and long term solution, should not cause regression Solution 3 : |
EDIT Todo/ideas :
|
Element is changing the appearance of the Decryption Error : matrix-org/matrix-react-sdk#9544 |
What's been discover impacting our two main use cases, the error is the
same :
- when user lost its key
- when the sender does not send the key (uisi bug)
Then we can not differentiate the UX between those two use cases :(
…On Wed, Jan 4, 2023 at 4:44 PM mcalinghee ***@***.***> wrote:
Element is changing the appearance of the Decryption Error :
matrix-org/matrix-react-sdk#9544
<matrix-org/matrix-react-sdk#9544>
This should be there in the next release, in the meantime I suggest we try
to review this PR as it is to give more clarity on the real source of the
error
—
Reply to this email directly, view it on GitHub
<#350 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AA7DRIP5ODY6E2J2CC5K2GDWQWLGRANCNFSM6AAAAAATD4MKPI>
.
You are receiving this because you were assigned.Message ID:
***@***.***>
|
this issue should be reopen in regards to the new component in 4.2 |
tchap-web-v4/src/components/views/messages/TchapUnknownBody.tsx
Line 18 in d395c73
This message say that "Decryption fail: Please open Tchap on an other connected device to allow key sharing." but there is also the case when the keys haven't been received from the recipient.
The crypto lib have the good error :
And following error with the same missing key :
I recommand, remove the hack and translate the error message provided by the crypto lib.
The text was updated successfully, but these errors were encountered: