mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-15 10:16:12 +01:00
feed
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
Feed.updateTopic = function(tid, cid) {
|
||||
var cache_time_in_seconds = 60;
|
||||
|
||||
topics.getTopicById(tid, 0, function(topicData) {
|
||||
topics.getTopicWithPosts(tid, 0, function(topicData) {
|
||||
var location = '/topic/' + topicData.slug,
|
||||
xml_url = '/topic/' + tid + '.rss';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user