chore: default sig checks off
This commit is contained in:
parent
cf7d9b8883
commit
4bf868c05a
@ -87,7 +87,7 @@ export class MultiAccountStore extends ExternalStore<LoginSession> {
|
||||
timestamp: 0,
|
||||
};
|
||||
v.extraChats ??= [];
|
||||
v.preferences.checkSigs ??= true;
|
||||
v.preferences.checkSigs ??= false;
|
||||
if (v.privateKeyData) {
|
||||
v.privateKeyData = KeyStorage.fromPayload(v.privateKeyData as object);
|
||||
}
|
||||
|
@ -110,5 +110,5 @@ export const DefaultPreferences = {
|
||||
telemetry: true,
|
||||
showBadges: false,
|
||||
showStatus: true,
|
||||
checkSigs: true,
|
||||
checkSigs: false,
|
||||
} as UserPreferences;
|
||||
|
Loading…
x
Reference in New Issue
Block a user