mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 00:15:46 +01:00
spring cleaning
This commit is contained in:
@@ -121,10 +121,6 @@ module.exports = function(User) {
|
||||
},
|
||||
function(next) {
|
||||
groups.leaveAllGroups(uid, next);
|
||||
},
|
||||
function(next) {
|
||||
// Deprecated as of v0.7.4, remove in v1.0.0
|
||||
plugins.fireHook('filter:user.delete', uid, next);
|
||||
}
|
||||
], next);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user