mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-08 23:15:48 +01:00
run notif prune every 30mins
disabled post edit log
This commit is contained in:
@@ -101,7 +101,7 @@ var winston = require('winston'),
|
||||
return callback(err);
|
||||
}
|
||||
|
||||
events.logPostEdit(uid, pid);
|
||||
//events.logPostEdit(uid, pid);
|
||||
plugins.fireHook('action:post.edit', postData);
|
||||
callback(null, results);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user