mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 11:31:23 +01:00
closes #5785
This commit is contained in:
@@ -263,7 +263,8 @@ function generateTopicsFeed(feedOptions, feedTopics, callback) {
|
||||
if (topicData.teaser && topicData.teaser.user) {
|
||||
feedItem.description = topicData.teaser.content;
|
||||
feedItem.author = topicData.teaser.user.username;
|
||||
return next(null, feedItem);
|
||||
feed.item(feedItem);
|
||||
return next();
|
||||
}
|
||||
|
||||
topics.getMainPost(topicData.tid, feedOptions.uid, function (err, mainPost) {
|
||||
|
||||
Reference in New Issue
Block a user