mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
closes #5569
This commit is contained in:
@@ -29,6 +29,11 @@ define('autocomplete', function () {
|
||||
uid: user.uid,
|
||||
name: user.username,
|
||||
slug: user.userslug,
|
||||
username: user.username,
|
||||
userslug: user.userslug,
|
||||
picture: user.picture,
|
||||
'icon:text': user['icon:text'],
|
||||
'icon:bgColor': user['icon:bgColor'],
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user