element-web
element-web copied to clipboard
Verification | Unexpected verified badge in DM title bar on the other user avatar
As a fresh user (eve
) I created a DM with Alice
.
I then noticed a verified badge on alice
I double check on the console, and Alice is not verified:
await mxMatrixClientPeg.get().getCrypto().getUserVerificationStatus("@alice:localhost")
UserVerificationStatus {needsUserApproval: false, crossSigningVerified: false, crossSigningVerifiedBefore: false, tofu: false}
If I refresh the browser tab it is then fixed.
Here is more details on the succession of events:
Maybe an outdated room shield? and some confusion between user badges and room shields?