mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
been a while since we stopped using hashes
This commit is contained in:
@@ -84,7 +84,7 @@ function generateForTopic(req, res, next) {
|
|||||||
feed.item({
|
feed.item({
|
||||||
title: 'Reply to ' + topicData.title + ' on ' + dateStamp,
|
title: 'Reply to ' + topicData.title + ' on ' + dateStamp,
|
||||||
description: postData.content,
|
description: postData.content,
|
||||||
url: nconf.get('url') + '/topic/' + topicData.slug + '#' + postData.pid,
|
url: nconf.get('url') + '/topic/' + topicData.slug + '/' + postData.index,
|
||||||
author: postData.username,
|
author: postData.username,
|
||||||
date: dateStamp
|
date: dateStamp
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user