You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Merge pull request #3908 from matrix-org/zip/11935-room-list-decoration
Room list reflects encryption state
This commit is contained in:
@@ -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 = [];
|
||||
|
||||
Reference in New Issue
Block a user