This commit is contained in:
djmaze
2021-01-27 12:02:37 +01:00
parent 3983932bc0
commit aa05f10629
5 changed files with 29 additions and 31 deletions

View File

@@ -8,7 +8,7 @@ import {
MessageFlagsCache
} from 'Common/Cache';
import { subQueryPrefix } from 'Common/Links';
import { SUB_QUERY_PREFIX } from 'Common/Links';
import AppStore from 'Stores/User/App';
import SettingsStore from 'Stores/User/Settings';
@@ -314,7 +314,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
if (folderHash && (!sSearch || !sSearch.includes('is:'))) {
sGetAdd = 'MessageList/' +
subQueryPrefix() +
SUB_QUERY_PREFIX +
'/' +
urlsafeArray([
sFolderFullNameRaw,
@@ -381,7 +381,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
{},
null,
'Message/' +
subQueryPrefix() +
SUB_QUERY_PREFIX +
'/' +
urlsafeArray([
sFolderFullNameRaw,