mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	post every x seconds added it x to config
This commit is contained in:
		| @@ -288,7 +288,8 @@ var config = require('../config.js'), | ||||
| 					'gravatarpicture' : gravatar, | ||||
| 					'uploadedpicture': '', | ||||
| 					'reputation': 0, | ||||
| 					'postcount': 0 | ||||
| 					'postcount': 0, | ||||
| 					'lastposttime': 0 | ||||
| 				}); | ||||
| 				 | ||||
| 				RDB.set('username:' + username + ':uid', uid); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user