@ -104,6 +104,9 @@ module.exports = function(User) {
function(next) {
db.delete('uid:' + uid + ':downvote', next);
},
db.delete('uid:' + uid + ':ignored:cids', next);
deleteUserFromFollowers(uid, next);