mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 06:25:50 +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.locked = parseInt(topicData.locked, 10) === 1;
|
||||||
topicData.pinned = parseInt(topicData.pinned, 10) === 1;
|
topicData.pinned = parseInt(topicData.pinned, 10) === 1;
|
||||||
|
|
||||||
|
topicData.icons = [];
|
||||||
|
|
||||||
Topics.getRelatedTopics(topicData, uid, next);
|
Topics.getRelatedTopics(topicData, uid, next);
|
||||||
},
|
},
|
||||||
function (related, next) {
|
function (related, next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user