mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	some profile changes, added post count to users and account and some css to account
This commit is contained in:
		| @@ -202,7 +202,10 @@ var	RDB = require('./redis.js'), | ||||
| 			// User Details - move this out later | ||||
| 			RDB.lpush('uid:' + uid + ':posts', pid); | ||||
| 			 | ||||
| 			if (callback) callback(pid); | ||||
| 			RDB.db.hincrby(uid, 'postcount', 1); | ||||
| 			 | ||||
| 			if (callback)  | ||||
| 				callback(pid); | ||||
| 		}); | ||||
| 	} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user