mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 21:19:21 +03:00
More JSON properties to JavaScript camelCase
This commit is contained in:
parent
07f6b7545a
commit
d1823af111
21 changed files with 83 additions and 80 deletions
|
|
@ -41,7 +41,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
|
|||
|
||||
let sGetAdd = '';
|
||||
if (folderETag) {
|
||||
params.hash = folderETag + '-' + SettingsGet('AccountHash');
|
||||
params.hash = folderETag + '-' + SettingsGet('accountHash');
|
||||
sGetAdd = 'MessageList/' + SUB_QUERY_PREFIX + '/' + b64EncodeJSONSafe(params);
|
||||
params = {};
|
||||
}
|
||||
|
|
@ -77,7 +77,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
|
|||
sFolderFullName,
|
||||
iUid,
|
||||
AppUserStore.threadsAllowed() && SettingsUserStore.useThreads() ? 1 : 0,
|
||||
SettingsGet('AccountHash')
|
||||
SettingsGet('accountHash')
|
||||
])
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue