mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-07-21 10:10:01 +02:00
closes #5143
This commit is contained in:
@@ -97,6 +97,9 @@ module.exports = function (User) {
|
||||
},
|
||||
function (next) {
|
||||
markNotificationRead(username, next);
|
||||
},
|
||||
function (next) {
|
||||
next(null, uid);
|
||||
}
|
||||
], callback);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user