mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-01 11:35:55 +01:00
nconf and redis wrapper no longer global objects. jshinted app.js. updated sockets.io to latest
This commit is contained in:
@@ -9,6 +9,7 @@ var utils = require('./../public/src/utils.js'),
|
||||
notifications = require('./notifications.js'),
|
||||
topics = require('./topics.js'),
|
||||
async = require('async'),
|
||||
nconf = require('nconf'),
|
||||
userSearch = require('reds').createSearch('nodebbusersearch');
|
||||
|
||||
(function(User) {
|
||||
|
||||
Reference in New Issue
Block a user