mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	closed #652
This commit is contained in:
		| @@ -867,7 +867,6 @@ var bcrypt = require('bcrypt'), | ||||
|  | ||||
| 	User.pushNotifCount = function(uid) { | ||||
| 		User.notifications.getUnreadCount(uid, function(err, count) { | ||||
| 			console.log('unread count is', count); | ||||
| 			if (!err) { | ||||
| 				websockets.in('uid_' + uid).emit('event:notifications.updateCount', count); | ||||
| 			} else { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user