mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 12:09:20 +03:00
Removed the DATA_IMAGE_USER_DOT_PIC
Because viewUserPic is always false due to the removed Gravatar feature
This commit is contained in:
parent
98c6fa0675
commit
cfdbe3251e
9 changed files with 44 additions and 93 deletions
|
|
@ -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']
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue