mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 03:55:55 +01:00
signature parsing now calls its own postTools method (with associated plugin hook
This commit is contained in:
@@ -208,7 +208,7 @@ var RDB = require('./redis'),
|
||||
return callback();
|
||||
}
|
||||
|
||||
postTools.parse(userData.signature, function(err, signature) {
|
||||
postTools.parseSignature(userData.signature, function(err, signature) {
|
||||
post.username = userData.username || 'anonymous';
|
||||
post.userslug = userData.userslug || '';
|
||||
post.user_rep = userData.reputation || 0;
|
||||
|
||||
Reference in New Issue
Block a user