mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-30 18:46:01 +01:00
added topic titles to notifs
upvote, favourite and flag has topic titles now
This commit is contained in:
@@ -65,7 +65,9 @@ function getUsers(set, res, next) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
}
|
||||
|
||||
data = data.filter(function(user) {
|
||||
return user && parseInt(user.uid, 10);
|
||||
});
|
||||
db.sortedSetCard(set, function(err, count) {
|
||||
if (err) {
|
||||
return next(err);
|
||||
|
||||
Reference in New Issue
Block a user