You've already forked joplin
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user