mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	Merge branch 'master' of github.com:psychobunny/NodeBB
This commit is contained in:
		| @@ -222,6 +222,14 @@ marked.setOptions({ | ||||
| 					RDB.set('pid:' + pid + ':tid', tid); | ||||
| 					 | ||||
| 					RDB.incr('tid:' + tid + ':postcount'); | ||||
|  | ||||
|  | ||||
| 					user.getUserFields(uid, ['username','picture'], function(data){ | ||||
| 						RDB.set('tid:' + tid + ':recent:post', content); | ||||
| 						RDB.set('tid:' + tid + ':recent:author', data.username); | ||||
| 						RDB.set('tid:' + tid + ':recent:picture', data.picture); | ||||
| 					}); | ||||
| 					 | ||||
| 					 | ||||
| 					// User Details - move this out later | ||||
| 					RDB.lpush('uid:' + uid + ':posts', pid); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user