This commit is contained in:
barisusakli
2016-10-24 14:39:17 +03:00
parent c98badea96
commit 2c65b2ecf3
2 changed files with 27 additions and 2 deletions

View File

@@ -97,6 +97,9 @@ module.exports = function (User) {
},
function (next) {
markNotificationRead(username, next);
},
function (next) {
next(null, uid);
}
], callback);
};