Cleanup AppUserStore

Simplify KeyState/Focused as Scope enum
This commit is contained in:
djmaze 2021-03-16 16:06:16 +01:00
parent 62cb918180
commit eff92c3152
27 changed files with 177 additions and 232 deletions

View file

@ -322,7 +322,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
iOffset,
iLimit,
sSearch,
AppUserStore.projectHash(),
SettingsGet('ProjectHash'),
folderHash,
inboxUidNext,
useThreads ? 1 : 0,
@ -387,7 +387,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
urlsafeArray([
sFolderFullNameRaw,
iUid,
AppUserStore.projectHash(),
SettingsGet('ProjectHash'),
AppUserStore.threadsAllowed() && SettingsUserStore.useThreads() ? 1 : 0
]),
['Message']