mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-07 22:45:46 +01:00
require cleanup in user.js, removed user.latest not used anymore
This commit is contained in:
@@ -247,10 +247,6 @@ module.exports.init = function(io) {
|
||||
posts.getTopicPostStats();
|
||||
});
|
||||
|
||||
socket.on('user.latest', function(data) {
|
||||
user.latest(socket, data);
|
||||
});
|
||||
|
||||
socket.on('user.email.exists', function(data) {
|
||||
user.email.exists(socket, data.email);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user