mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 08:25:46 +01:00
closes #2643
This commit is contained in:
@@ -85,7 +85,7 @@ module.exports = function(User) {
|
|||||||
db.deleteAll(keys, next);
|
db.deleteAll(keys, next);
|
||||||
},
|
},
|
||||||
function(next) {
|
function(next) {
|
||||||
deleteUserIps(uids, next);
|
deleteUserIps(uid, next);
|
||||||
},
|
},
|
||||||
function(next) {
|
function(next) {
|
||||||
deleteUserFromFollowers(uid, next);
|
deleteUserFromFollowers(uid, next);
|
||||||
|
|||||||
Reference in New Issue
Block a user