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
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 = [];