mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-22 16:30:34 +01:00
Merge branch 'master' into develop
This commit is contained in:
@@ -306,7 +306,7 @@ module.exports = function (utils, Benchpress, relative_path) {
|
||||
}
|
||||
classNames = classNames || '';
|
||||
const attributes = new Map([
|
||||
['title', userObj.username],
|
||||
['title', userObj.displayname],
|
||||
['data-uid', userObj.uid],
|
||||
['class', `avatar ${classNames}${rounded ? ' avatar-rounded' : ''}`],
|
||||
]);
|
||||
|
||||
Reference in New Issue
Block a user