diff options
Diffstat (limited to 'bucky/app/bucky.js')
| -rw-r--r-- | bucky/app/bucky.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bucky/app/bucky.js b/bucky/app/bucky.js index b331688..c85ef45 100644 --- a/bucky/app/bucky.js +++ b/bucky/app/bucky.js @@ -526,7 +526,7 @@ var bucky = module.exports = { next() }, checkThreadPrivacy: function(req, res, next) { - if (! res.thread.checkPrivacy(req.user)) { + if (res.thread.get('id') !== 1 && ! res.thread.checkPrivacy(req.user)) { return res.sendStatus(500) } next() |
