mirror of
				https://github.com/NodeBB/NodeBB.git
				synced 2025-11-03 20:45:58 +01:00 
			
		
		
		
	closes #2303
see https://community.nodebb.org/topic/3039/filter-post-parse-and-filter-post-parsesignature-changes
This commit is contained in:
		@@ -163,7 +163,7 @@ var db = require('./database'),
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	Messaging.parse = function (message, fromuid, myuid, toUserData, myUserData, isNew, callback) {
 | 
			
		||||
		plugins.fireHook('filter:post.parse', message, function(err, parsed) {
 | 
			
		||||
		plugins.fireHook('filter:parse.raw', message, function(err, parsed) {
 | 
			
		||||
			if (err) {
 | 
			
		||||
				return callback(message);
 | 
			
		||||
			}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user