mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	closed #212
This commit is contained in:
		| @@ -580,7 +580,7 @@ var utils = require('./../public/src/utils.js'), | ||||
| 		User.getUserField(uid, 'username', function(err, username) { | ||||
| 			RDB.smembers('followers:' + uid, function(err, followers) { | ||||
| 				topics.getTopicField(tid, 'slug', function(err, slug) { | ||||
| 					var message = username + ' made a new post'; | ||||
| 					var message = '<strong>' + username + '</strong> made a new post'; | ||||
|  | ||||
| 					notifications.create(message, 5, nconf.get('url') + 'topic/' + slug + '#' + pid, 'notification_'+ Date.now(), function(nid) { | ||||
| 		 				notifications.push(nid, followers); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user