mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	fix call
This commit is contained in:
		@@ -141,7 +141,7 @@ var privileges = require('../privileges');
 | 
			
		||||
						notifications.getMultiple(nids, next);
 | 
			
		||||
					},
 | 
			
		||||
					hasRead: function (next) {
 | 
			
		||||
						db.isSortedSetMember('uid:' + uid + ':notifications:read', nids, next);
 | 
			
		||||
						db.isSortedSetMembers('uid:' + uid + ':notifications:read', nids, next);
 | 
			
		||||
					},
 | 
			
		||||
				}, next);
 | 
			
		||||
			},
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user