You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-20 23:30:05 +02:00
tets
This commit is contained in:
@@ -12,7 +12,10 @@ const script: MigrationScript = {
|
||||
for (const mk of masterKeys) masterKeyMap[mk.id] = mk;
|
||||
|
||||
const syncInfo: SyncTargetInfo = {
|
||||
version: 2,
|
||||
// When we first setup the local sync target info, we don't know
|
||||
// what's on the remote one, so we set it to 0. During sync, the
|
||||
// version from remote will be fetched.
|
||||
version: 0,
|
||||
e2ee: Setting.valueNoThrow('encryption.enabled', false),
|
||||
masterKeys: masterKeyMap,
|
||||
activeMasterKeyId: Setting.valueNoThrow('encryption.activeMasterKeyId', ''),
|
||||
|
||||
Reference in New Issue
Block a user