mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-31 19:15:58 +01:00
disable topic RSS
This commit is contained in:
@@ -173,6 +173,7 @@ topicsController.get = function(req, res, next) {
|
||||
|
||||
data.privileges = userPrivileges;
|
||||
data['reputation:disabled'] = meta.config['reputation:disabled'] === '1' ? true : false;
|
||||
data['feeds:disableRSS'] = meta.config['feeds:disableRSS'] === '1' ? true : false;
|
||||
|
||||
var topic_url = tid + (req.params.slug ? '/' + req.params.slug : '');
|
||||
var queryString = qs.stringify(req.query);
|
||||
|
||||
Reference in New Issue
Block a user