mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	added new sorted set posts:pid
This commit is contained in:
		| @@ -63,6 +63,8 @@ var db = require('./database'), | ||||
| 						return next(err); | ||||
| 					} | ||||
|  | ||||
| 					db.sortedSetAdd('posts:pid', timestamp, pid); | ||||
|  | ||||
| 					db.incrObjectField('global', 'postCount'); | ||||
|  | ||||
| 					topics.onNewPostMade(tid, pid, timestamp); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user