mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	fix: inability to directly post to a nodebb category from the fediverse
This commit is contained in:
		| @@ -173,7 +173,7 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => { | |||||||
| 			topics.post({ | 			topics.post({ | ||||||
| 				tid, | 				tid, | ||||||
| 				uid: authorId, | 				uid: authorId, | ||||||
| 				cid, | 				cid: options.cid || cid, | ||||||
| 				pid: mainPid, | 				pid: mainPid, | ||||||
| 				title, | 				title, | ||||||
| 				timestamp, | 				timestamp, | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user