diff options
author | redmatrix <mike@macgirvin.com> | 2016-09-27 18:11:04 -0700 |
---|---|---|
committer | redmatrix <mike@macgirvin.com> | 2016-09-27 18:11:04 -0700 |
commit | eff2e6c7950df6a08fceb1eb0b9ab737e600763a (patch) | |
tree | c95733d9441ca83d879fd7eccb622687c584bd8d /doc/hooklist.bb | |
parent | 3bf0a27e4505881e9a8c118f5025aa7a3495e54e (diff) | |
download | volse-hubzilla-eff2e6c7950df6a08fceb1eb0b9ab737e600763a.tar.gz volse-hubzilla-eff2e6c7950df6a08fceb1eb0b9ab737e600763a.tar.bz2 volse-hubzilla-eff2e6c7950df6a08fceb1eb0b9ab737e600763a.zip |
make the fetching of the default profile photo hookable, and document the hook
Diffstat (limited to 'doc/hooklist.bb')
-rw-r--r-- | doc/hooklist.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/hooklist.bb b/doc/hooklist.bb index 858a7d021..e48fbee7c 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -236,6 +236,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/get_features]get_features[/zrl] Called when get_features() is called +[zrl=[baseurl]/help/hook/get_profile_photo]get_profile_photo[/zrl] + Called when local profile photo content is fetched in mod_photo + [zrl=[baseurl]/help/hook/get_role_perms]get_role_perms[/zrl] Called when get_role_perms() is called to obtain permissions for named permission roles |