mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 19:15:58 +01:00 
			
		
		
		
	added back feeds, removed duplicate post var in feed
This commit is contained in:
		| @@ -85,8 +85,8 @@ var RDB = require('./redis'), | ||||
|  | ||||
| 						var cid = topicData.cid; | ||||
|  | ||||
| 						//feed.updateTopic(tid); | ||||
| 						//feed.updateRecent(); | ||||
| 						feed.updateTopic(tid); | ||||
| 						feed.updateRecent(); | ||||
|  | ||||
| 						RDB.zadd('categories:recent_posts:cid:' + cid, timestamp, pid); | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user