element-web icon indicating copy to clipboard operation
element-web copied to clipboard

Verification | Unexpected verified badge in DM title bar on the other user avatar

Open BillCarsonFr opened this issue 4 months ago • 2 comments

As a fresh user (eve) I created a DM with Alice. I then noticed a verified badge on alice

image

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. image

Here is more details on the succession of events: image

Maybe an outdated room shield? and some confusion between user badges and room shields?

BillCarsonFr avatar Oct 08 '24 09:10 BillCarsonFr