mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 11:05:54 +01:00 
			
		
		
		
	closes #107
This commit is contained in:
		| @@ -218,9 +218,9 @@ marked.setOptions({ | ||||
|  | ||||
| 			Posts.create(uid, tid, content, images, function(postData) { | ||||
| 				if (postData) { | ||||
| 					RDB.rpush('tid:' + tid + ':posts', postData.pid); | ||||
| 					topics.addPostToTopic(tid, postData.pid); | ||||
|  | ||||
| 					RDB.del('tid:' + tid + ':read_by_uid');  | ||||
| 					topics.markUnRead(tid); | ||||
|  | ||||
| 					Posts.get_cid_by_pid(postData.pid, function(cid) { | ||||
| 						RDB.del('cid:' + cid + ':read_by_uid', function(err, data) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user