mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 06:55:46 +01:00
closes #1412
This commit is contained in:
@@ -65,7 +65,7 @@ SocketMeta.updateHeader = function(socket, data, callback) {
|
||||
} else {
|
||||
callback(null, {
|
||||
uid: 0,
|
||||
username: "Anonymous User",
|
||||
username: '[[global:guest]]',
|
||||
email: '',
|
||||
picture: gravatar.url('', {
|
||||
s: '24'
|
||||
|
||||
Reference in New Issue
Block a user