mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 03:59:21 +03:00
Cache changes for #1003
This commit is contained in:
parent
4dbcade830
commit
5436253ffd
12 changed files with 47 additions and 198 deletions
|
|
@ -16,7 +16,6 @@ import { fireEvent, stopEvent, SettingsCapa, registerShortcut } from 'Common/Glo
|
|||
|
||||
import Remote from 'Remote/User/Fetch';
|
||||
import { getNotification } from 'Common/Translator';
|
||||
//import { clearCache } from 'Common/Cache';
|
||||
//import { koComputable } from 'External/ko';
|
||||
import { addObservablesTo } from 'External/ko';
|
||||
|
||||
|
|
@ -66,7 +65,6 @@ export class SystemDropDownUserView extends AbstractViewRight {
|
|||
} else {
|
||||
/* // Not working yet
|
||||
forEachObjectEntry(oData.Result, (key, value) => rl.settings.set(key, value));
|
||||
clearCache();
|
||||
// MessageUserStore.message();
|
||||
// MessageUserStore.purgeCache();
|
||||
MessagelistUserStore([]);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue