mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-06 22:15:48 +01:00
topic title custom icons (see previous commit)
This commit is contained in:
@@ -211,6 +211,8 @@ var social = require('./social');
|
||||
topicData.locked = parseInt(topicData.locked, 10) === 1;
|
||||
topicData.pinned = parseInt(topicData.pinned, 10) === 1;
|
||||
|
||||
topicData.icons = [];
|
||||
|
||||
Topics.getRelatedTopics(topicData, uid, next);
|
||||
},
|
||||
function (related, next) {
|
||||
|
||||
Reference in New Issue
Block a user