mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 20:16:04 +01:00
breaking: remove socket.emit('posts.edit')
This commit is contained in:
@@ -17,7 +17,6 @@ const sockets = require('.');
|
||||
|
||||
const SocketPosts = module.exports;
|
||||
|
||||
require('./posts/edit')(SocketPosts);
|
||||
require('./posts/move')(SocketPosts);
|
||||
require('./posts/votes')(SocketPosts);
|
||||
require('./posts/tools')(SocketPosts);
|
||||
|
||||
Reference in New Issue
Block a user