Merge pull request #3908 from matrix-org/zip/11935-room-list-decoration

Room list reflects encryption state
This commit is contained in:
Zoe 2020-01-24 11:14:53 +00:00 committed by GitHub
commit 1d686fe49e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 118 additions and 2 deletions

View file

@ -796,6 +796,7 @@ export default createReactClass({
return;
}
// Duplication between here and _updateE2eStatus in RoomTile
/* At this point, the user has encryption on and cross-signing on */
const e2eMembers = await room.getEncryptionTargetMembers();
const verified = [];