v1.18.x
Barış Soner Uşaklı 9 years ago
parent 4316c9a566
commit 2b448a0f76

@ -72,6 +72,9 @@ module.exports = function(User) {
},
function(next) {
User.setUserField(postData.uid, 'lastposttime', postData.timestamp, next);
},
function(next) {
User.updateLastOnlineTime(postData.uid, next);
}
], callback);
};

Loading…
Cancel
Save