You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a new flag on read only identities tofu_trusted, that is set to true when it's the first time an identity is seen for a user. It shoud be set to false when a new identity is detected. This flag can be set back to true via API. As per tofu implementation client should ensure that this flag is only updated to true when the identity change notice has been shown to the user.
The text was updated successfully, but these errors were encountered:
richvdh
changed the title
Share Room Keys | InvisibleCrypto: Add a new tofu flag on ReadOnlyUserIdentity
InvisibleCrypto | Share Room Keys: Add a new tofu flag on ReadOnlyUserIdentityJun 27, 2024
Part of https://github.com/element-hq/crypto-internal/issues/282 (Invisible crypto).
As per MSC4153
In order to know if an identity change has been shown to the user, we need a flag on the identity to store it.
Notes from https://github.com/element-hq/crypto-internal/issues/307:
The text was updated successfully, but these errors were encountered: