mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
feat: post-queue topic event
This commit is contained in:
@@ -168,7 +168,7 @@ Topics.getTopicWithPosts = async function (topicData, set, uid, start, stop, rev
|
||||
getMerger(topicData),
|
||||
getRelated(topicData, uid),
|
||||
Topics.thumbs.load([topicData]),
|
||||
Topics.events.get(topicData.tid),
|
||||
Topics.events.get(topicData.tid, uid),
|
||||
]);
|
||||
|
||||
topicData.thumbs = thumbs[0];
|
||||
|
||||
Reference in New Issue
Block a user