element-hq / element-android

A Matrix collaboration client for Android.
https://element.io/
GNU Affero General Public License v3.0
3.34k stars 709 forks source link

Verification of room profile and room member are confusing in DM #938

Open fbruetting opened 4 years ago

fbruetting commented 4 years ago

v0.14.2

When I tap on a friend’s avatar to the left of his message (in a DM), I see a red shield. When I tap on his avatar at the top next to the room name, I see a black shield.

Either it’s the same state value and they are out of sync (because two minutes later both were red) – then those state values should be merged. If they do not reflect the same thing, the room profile should show the user’s state too and highlight what is what.

duncanturk commented 4 years ago

maybe this relates to #927 somehow.

fbruetting commented 4 years ago

Guess it’s worth bumping this, as it attaches to the current E2EE & shields work.