mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
added a hook I didn't end up needing, but here it is anyway filter:posts.modifyUserInfo
This commit is contained in:
@@ -211,7 +211,8 @@ var async = require('async'),
|
||||
}
|
||||
userData.signature = results.signature;
|
||||
userData.custom_profile_info = results.customProfileInfo.profile;
|
||||
next(null, userData);
|
||||
|
||||
plugins.fireHook('filter:posts.modifyUserInfo', userData, next);
|
||||
});
|
||||
}, callback);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user