Update src/components/structures/RoomView.js

Co-Authored-By: J. Ryan Stinnett <jryans@gmail.com>
pull/21833/head
Zoe 2020-01-24 11:04:40 +00:00 committed by GitHub
parent e9dccd1460
commit 395c82b1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ export default createReactClass({
return;
}
// Duplication betwen here and _updateE2eStatus in RoomTile
// 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 = [];