You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-07-16 00:14:34 +02:00
All, Server: Add support for sharing notes when E2EE is enabled (#5529)
This commit is contained in:
@ -139,7 +139,7 @@ describe('e2ee/utils', function() {
|
||||
setPpk(await generateKeyPair(encryptionService(), masterPassword1));
|
||||
|
||||
const previousPpk = localSyncInfo().ppk;
|
||||
await resetMasterPassword(encryptionService(), kvStore(), masterPassword2);
|
||||
await resetMasterPassword(encryptionService(), kvStore(), null, masterPassword2);
|
||||
|
||||
expect(masterKeyEnabled(masterKeyById(mk1.id))).toBe(false);
|
||||
expect(masterKeyEnabled(masterKeyById(mk2.id))).toBe(false);
|
||||
|
Reference in New Issue
Block a user