Skip to content

Commit

Permalink
Merge pull request #1942 from SimonBrandner/feature/trusted_locally
Browse files Browse the repository at this point in the history
Add `trusted_locally` to `TrustInfo`
  • Loading branch information
turt2live authored Sep 21, 2021
2 parents b53566e + 012b914 commit 6848e96
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/crypto/backup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ type SigInfo = {
export type TrustInfo = {
usable: boolean; // is the backup trusted, true iff there is a sig that is valid & from a trusted device
sigs: SigInfo[];
// eslint-disable-next-line camelcase
trusted_locally?: boolean;
};

export interface IKeyBackupCheck {
Expand Down

0 comments on commit 6848e96

Please sign in to comment.