dont add guests to users:postcount zset

v1.18.x
Barış Soner Uşaklı 10 years ago
parent c9b98306e0
commit e0b4a35a25

@ -84,6 +84,9 @@ module.exports = function(User) {
if (err) {
return callback(err);
}
if (!parseInt(uid, 10)) {
return callback();
}
db.sortedSetAdd('users:postcount', newpostcount, uid, callback);
});
};

Loading…
Cancel
Save