You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-11-26 22:41:17 +02:00
Desktop,Mobile,Cli: Support accepting shares with a new key format (#12829)
This commit is contained in:
@@ -24,7 +24,7 @@ import { FileApi, getSupportsDeltaWithItems, PaginatedList, RemoteItem } from '.
|
||||
import JoplinDatabase from './JoplinDatabase';
|
||||
import { checkIfCanSync, fetchSyncInfo, checkSyncTargetIsValid, getActiveMasterKey, localSyncInfo, mergeSyncInfos, saveLocalSyncInfo, setMasterKeyHasBeenUsed, SyncInfo, syncInfoEquals, uploadSyncInfo } from './services/synchronizer/syncInfoUtils';
|
||||
import { getMasterPassword, setupAndDisableEncryption, setupAndEnableEncryption } from './services/e2ee/utils';
|
||||
import { generateKeyPair } from './services/e2ee/ppk';
|
||||
import { generateKeyPair } from './services/e2ee/ppk/ppk';
|
||||
import syncDebugLog from './services/synchronizer/syncDebugLog';
|
||||
import handleConflictAction from './services/synchronizer/utils/handleConflictAction';
|
||||
import resourceRemotePath from './services/synchronizer/utils/resourceRemotePath';
|
||||
|
||||
Reference in New Issue
Block a user