mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-21 07:50:37 +01:00
deleted topics shoundlt show unread
This commit is contained in:
@@ -301,6 +301,7 @@ module.exports = function (utils, Benchpress, relative_path) {
|
||||
['title', userObj.username],
|
||||
['data-uid', userObj.uid],
|
||||
['loading', 'lazy'],
|
||||
['aria-label', `User avatar for ${userObj.username}`],
|
||||
]);
|
||||
const styles = [`--avatar-size: ${size};`];
|
||||
const attr2String = attributes => Array.from(attributes).reduce((output, [prop, value]) => {
|
||||
|
||||
Reference in New Issue
Block a user