1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-07-13 00:10:37 +02:00

Chore: Moved EncryptionService under e2ee directory

This commit is contained in:
Laurent Cozic
2021-08-23 18:47:07 +01:00
parent da6a5e3bb8
commit 814f602bd6
19 changed files with 46 additions and 50 deletions

View File

@ -3,7 +3,7 @@ import BaseItem from '../../models/BaseItem';
import MasterKey from '../../models/MasterKey';
import Setting from '../../models/Setting';
import { MasterKeyEntity } from './types';
import EncryptionService from '../EncryptionService';
import EncryptionService from './EncryptionService';
import { getActiveMasterKeyId, masterKeyEnabled, setEncryptionEnabled, SyncInfo } from '../synchronizer/syncInfoUtils';
const logger = Logger.create('e2ee/utils');