mirror of https://github.com/vector-im/riot-web
*rude grumbling noises about @dbkr*
parent
d02185e4af
commit
908630c0d9
|
@ -813,7 +813,7 @@ export default createReactClass({
|
|||
for (const userId of verified) {
|
||||
const devices = await cli.getStoredDevicesForUser(userId);
|
||||
const allDevicesVerified = devices.every(({deviceId}) => {
|
||||
return cli.checkDeviceTrust(userId, deviceId).isCrossSigningVerified();
|
||||
return cli.checkDeviceTrust(userId, deviceId).isVerified();
|
||||
});
|
||||
if (!allDevicesVerified) {
|
||||
this.setState({
|
||||
|
|
Loading…
Reference in New Issue