mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	feat: parse moderation notes as markdown
https://github.com/NodeBB/NodeBB/issues/12477
This commit is contained in:
		@@ -152,6 +152,7 @@ SocketUser.setModerationNote = async function (socket, data) {
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	await user.appendModerationNote({ uid: data.uid, noteData });
 | 
			
		||||
	return await user.getModerationNotes(data.uid, 0, 0);
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
SocketUser.deleteUpload = async function (socket, data) {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user