You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-11-28 05:03:59 +03:00
Add trusted_locally to TrustInfo
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
@@ -49,6 +49,8 @@ type SigInfo = {
|
|||||||
export type TrustInfo = {
|
export type TrustInfo = {
|
||||||
usable: boolean; // is the backup trusted, true iff there is a sig that is valid & from a trusted device
|
usable: boolean; // is the backup trusted, true iff there is a sig that is valid & from a trusted device
|
||||||
sigs: SigInfo[];
|
sigs: SigInfo[];
|
||||||
|
// eslint-disable-next-line camelcase
|
||||||
|
trusted_locally?: boolean;
|
||||||
};
|
};
|
||||||
|
|
||||||
export interface IKeyBackupCheck {
|
export interface IKeyBackupCheck {
|
||||||
|
|||||||
Reference in New Issue
Block a user