1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-26 22:41:17 +02:00

All: Improved E2EE usability by making its state a property of the sync target (#5276)

This commit is contained in:
Laurent
2021-08-12 16:54:10 +01:00
committed by GitHub
parent ba3cbfa051
commit dcd5a8d975
102 changed files with 1775 additions and 551 deletions

View File

@@ -983,9 +983,9 @@ const reducer = produce((draft: Draft<State> = defaultState, action: any) => {
handleItemDelete(draft, action);
break;
case 'MASTERKEY_UPDATE_ALL':
draft.masterKeys = action.items;
break;
// case 'MASTERKEY_UPDATE_ALL':
// draft.masterKeys = action.items;
// break;
case 'MASTERKEY_SET_NOT_LOADED':
draft.notLoadedMasterKeys = action.ids;