mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-10-31 02:55:58 +01:00 
			
		
		
		
	change log
This commit is contained in:
		| @@ -132,7 +132,7 @@ Notes.assert = async (uid, input, options = { skipChecks: false }) => { | |||||||
| 	const allowed = await privileges.categories.can(privilege, cid, activitypub._constants.uid); | 	const allowed = await privileges.categories.can(privilege, cid, activitypub._constants.uid); | ||||||
| 	if (!hasRelation || !allowed) { | 	if (!hasRelation || !allowed) { | ||||||
| 		if (!hasRelation) { | 		if (!hasRelation) { | ||||||
| 			winston.info(`[activitypub/notes.assert] Not asserting ${id} as it has no relation to existing tracked content.`); | 			activitypub.helpers.log(`[activitypub/notes.assert] Not asserting ${id} as it has no relation to existing tracked content.`); | ||||||
| 		} | 		} | ||||||
|  |  | ||||||
| 		unlock(id); | 		unlock(id); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user