mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
closes #1432
ability to select a default gravatar image (default, identicon, mystery-man, monsterid, wavatar, retro) or upload a custom image to use as default gravatar image
This commit is contained in:
@@ -67,9 +67,7 @@ SocketMeta.updateHeader = function(socket, data, callback) {
|
||||
uid: 0,
|
||||
username: '[[global:guest]]',
|
||||
email: '',
|
||||
picture: gravatar.url('', {
|
||||
s: '24'
|
||||
}, true),
|
||||
picture: user.createGravatarURLFromEmail(''),
|
||||
config: {
|
||||
allowGuestSearching: meta.config.allowGuestSearching
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user