Skip to content

Commit

Permalink
Merge pull request #1075 from matrix-org/dbkr/fix_key_backup_local_trust
Browse files Browse the repository at this point in the history
Fix local trust for key backups
  • Loading branch information
dbkr authored Nov 18, 2019
2 parents 3d9bddf + d32033f commit 41680f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/crypto/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,6 +855,7 @@ Crypto.prototype.isKeyBackupTrusted = async function(backupInfo) {
)
);
});
ret.usable |= ret.trusted_locally;
return ret;
};

Expand Down

0 comments on commit 41680f6

Please sign in to comment.