Room list reflects encryption state
This commit is contained in:
parent
684974372d
commit
d68db74efe
4 changed files with 118 additions and 1 deletions
|
@ -796,6 +796,7 @@ export default createReactClass({
|
|||
return;
|
||||
}
|
||||
|
||||
// Duplication betwen here and _updateE2eStatus in RoomTile
|
||||
/* At this point, the user has encryption on and cross-signing on */
|
||||
const e2eMembers = await room.getEncryptionTargetMembers();
|
||||
const verified = [];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue