-
-
Notifications
You must be signed in to change notification settings - Fork 830
Hide algorithm from the message about turning on encryption #3813
Conversation
Signed-off-by: Aaron Raimist <[email protected]>
Signed-off-by: Aaron Raimist <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
code lgtm, just double checking with product (and CI)
Also LGTM! :) |
might be worth keeping the info around somewhere though (perhaps hidden behind a |
I think the information should still be available in the "View Source" for the event, for those who care about it? |
Would need matrix-org/matrix-spec-proposals#2184 |
This seems reasonable. Is it tractable for us to also display the encryption algorithm being used in Room Settings? |
(shouldn't need spec support - we can render whatever we want) |
I think that for the average end-user, just removing the algorithm is no worse than what we have security-wise, since they don't know what algorithm is right. We should probably have another issue for displaying an error message for when the algorithm is something we don't understand. The room decoration should probably also be something that reflects that we don't understand the encryption algorithm (maybe the same decoration as an unencrypted room?). So my vote would be to merge this as-is, and create new issues for dealing with unknown algorithms. |
This is blocked on design/product oversight to settle the |
I've requested @nadonomy's review in hopes of getting a decision on this. |
While chatting more with @ara4n, he would like to have some kind of handling of unknown algorithms at the same time as the propose hiding here. I think he came up with a decent approach:
@aaronraimist, could you update the PR to that, if it seems reasonable to you as well? |
@aaronraimist, thanks again for working on this! We've decided we want to have this resolved for FOSDEM, so I've opened #3936 with the approach mentioned above. Sorry for the delay in reaching as decision here. |
Fixes element-hq/element-web#8829
Before:
After: