mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-12-20 23:40:38 +01:00
use parseSignature
This commit is contained in:
@@ -170,7 +170,7 @@ accountsController.getAccount = function(req, res, next) {
|
||||
posts.getPostsByUid(callerUID, userData.theirid, 0, 9, next);
|
||||
},
|
||||
signature: function(next) {
|
||||
postTools.parse(userData.signature, next);
|
||||
postTools.parseSignature(userData.signature, next);
|
||||
}
|
||||
}, function(err, results) {
|
||||
if(err) {
|
||||
|
||||
Reference in New Issue
Block a user