diff options
author | DM42.Net (Matt Dent) <dentm42@dm42.net> | 2019-01-12 22:37:44 -0500 |
---|---|---|
committer | DM42.Net (Matt Dent) <dentm42@dm42.net> | 2019-01-12 22:37:44 -0500 |
commit | 598cbf2210ed6c978ff30be58f0909aa9f93a049 (patch) | |
tree | 5d59aeeec81a28610c8fda06dfc5390744ceae03 /doc/hooklist.bb | |
parent | f6f4e40a64c771072d0c2425e9cf2f5f42c6cd3e (diff) | |
download | volse-hubzilla-598cbf2210ed6c978ff30be58f0909aa9f93a049.tar.gz volse-hubzilla-598cbf2210ed6c978ff30be58f0909aa9f93a049.tar.bz2 volse-hubzilla-598cbf2210ed6c978ff30be58f0909aa9f93a049.zip |
Add collect_public_recipients 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 afb2cebee..f7dbf3fa0 100644 --- a/doc/hooklist.bb +++ b/doc/hooklist.bb @@ -136,6 +136,9 @@ Hooks allow plugins/addons to "hook into" the code at many points and alter the [zrl=[baseurl]/help/hook/check_siteallowed]check_siteallowed[/zrl] Used to over-ride or bypass the site black/white block lists +[zrl=[baseurl]/help/hook/collect_public_recipients]collect_public_recipients[/zrl] + Used to establish a list of recipients to send a public message to. + [zrl=[baseurl]/help/hook/comment_buttons]comment_buttons[/zrl] Called when rendering the edit buttons for comments |