-
Notifications
You must be signed in to change notification settings - Fork 15
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
Invisible Crypto: User Identity notices are displayed in unencrypted rooms #2560
Comments
Android: element-hq/element-x-android#3630 Web: we will do this as part of #2513 iOS: @mxandreas will make a ticket |
Created a ticket for iOS, cc @manuroe . |
How come this is a client-side issue and not an SDK issue? I would expect this callback to never be used when the room is unencrypted. |
So would you expect calling I would have thought it would be more sensible not to call it in an unencrypted room? |
Ah I see what you mean. We don't have any logic around what we do/don't subscribe to, my understanding of it being a client issue was to still subscribe to it and filter out any updates based upon the encryption state of the room. Doing what you suggested makes wayyy more sense to me though! (It wouldn't handle the possibility of encryption being enabled by someone after opening the room, but I'm happy to ignore that if you aren't bothered about this edge case?). |
PR here: element-hq/element-x-ios#3414 |
Will it self-heal if you switch away to a different room and back? If so it seems pretty minor, but we should log it as a known issue. |
Exactly, yes. We create one of the
In an issue on EXI, or do you have a better place to track this on the crypto side? |
I would think EXI, and EXA if a similar problem exists there. cc @bmarty |
Done here: element-hq/element-x-ios#3417 |
Awesome, thank you! |
thanks @pixlwave! I removed you as assignee to make clear that we do not work anymore on this item. |
Follow-up on #2491
Currently the TOFU identity change notice is displayed if you are in a non encrypted room
=> We might want to only show that in e2ee rooms.
(Definitly should not do it in clear room for verified identity changes)
Tasks
The text was updated successfully, but these errors were encountered: