mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-09 17:37:02 +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
|
|
@ -22,15 +22,6 @@ export function clear() {
|
|||
MESSAGE_FLAGS_CACHE = {};
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {string} email
|
||||
* @param {Function} callback
|
||||
* @returns {string}
|
||||
*/
|
||||
export function getUserPic(email, callback) {
|
||||
callback('', email.trim());
|
||||
}
|
||||
|
||||
/**
|
||||
* @param {string} folderFullNameRaw
|
||||
* @param {string} uid
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue