if (!req.user || !req.user.staff) {
      log('Forums must be created by a staff members only.')
      return res.status(401).send()
    }