mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 19:21:04 +01:00
category whitelist for replying to posts, lots of refactoring, too
This commit is contained in:
@@ -108,8 +108,6 @@
|
||||
};
|
||||
|
||||
Feed.updateRecent = function(callback) {
|
||||
console.log('entered');
|
||||
if (process.env.NODE_ENV === 'development') winston.info('[rss] Updating Recent Posts RSS feed');
|
||||
topics.getLatestTopics(0, 0, 19, undefined, function (err, recentData) {
|
||||
var feed = new rss({
|
||||
title: 'Recently Active Topics',
|
||||
|
||||
Reference in New Issue
Block a user