mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 04:25:55 +01:00
fix: init topic events from webserver.js
This commit is contained in:
@@ -31,6 +31,7 @@ const meta = require('./meta');
|
||||
const logger = require('./logger');
|
||||
const plugins = require('./plugins');
|
||||
const flags = require('./flags');
|
||||
const topicEvents = require('./topics/events');
|
||||
const routes = require('./routes');
|
||||
const auth = require('./routes/authentication');
|
||||
|
||||
@@ -106,6 +107,7 @@ async function initializeNodeBB() {
|
||||
await meta.blacklist.load();
|
||||
await flags.init();
|
||||
await analytics.init();
|
||||
await topicEvents.init();
|
||||
}
|
||||
|
||||
function setupExpressApp(app) {
|
||||
|
||||
Reference in New Issue
Block a user