Removed the DATA_IMAGE_USER_DOT_PIC

Because viewUserPic is always false due to the removed Gravatar feature
This commit is contained in:
djmaze 2020-09-30 16:10:01 +02:00
parent 98c6fa0675
commit cfdbe3251e
9 changed files with 44 additions and 93 deletions

View file

@ -1,7 +1,5 @@
import { pString, pInt } from 'Common/Utils';
import { DEFAULT_AJAX_TIMEOUT } from 'Common/Consts';
import {
getFolderHash,
getFolderInboxName,
@ -335,7 +333,7 @@ class RemoteUserFetch extends AbstractFetchRemote {
fCallback,
'MessageList',
params,
sSearch ? 300000 : DEFAULT_AJAX_TIMEOUT,
sSearch ? 300000 : 30000,
sGetAdd,
bSilent ? [] : ['MessageList']
);