mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-11 16:35:47 +01:00
on user delete remove their uid from digests
This commit is contained in:
@@ -94,7 +94,10 @@ module.exports = function(User) {
|
|||||||
'users:reputation',
|
'users:reputation',
|
||||||
'users:banned',
|
'users:banned',
|
||||||
'users:online',
|
'users:online',
|
||||||
'users:notvalidated'
|
'users:notvalidated',
|
||||||
|
'digest:day:uids',
|
||||||
|
'digest:week:uids',
|
||||||
|
'digest:month:uids'
|
||||||
], uid, next);
|
], uid, next);
|
||||||
},
|
},
|
||||||
function(next) {
|
function(next) {
|
||||||
|
|||||||
Reference in New Issue
Block a user