diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-10 16:00:21 -0700 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-06-14 16:39:47 +0200 |
commit | 45137a55a468ed6b8e68e9d868c1fee18ac598e3 (patch) | |
tree | e004cd3f47d002199028622ff01152d324b3fe55 | |
parent | d6dd2c5bd67fe314fec3d79e88625dbb20cded1e (diff) | |
download | volse-hubzilla-45137a55a468ed6b8e68e9d868c1fee18ac598e3.tar.gz volse-hubzilla-45137a55a468ed6b8e68e9d868c1fee18ac598e3.tar.bz2 volse-hubzilla-45137a55a468ed6b8e68e9d868c1fee18ac598e3.zip |
missed this hook page when the hook was added
-rw-r--r-- | doc/hook/connection_remove.bb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/hook/connection_remove.bb b/doc/hook/connection_remove.bb new file mode 100644 index 000000000..bd13ae5f2 --- /dev/null +++ b/doc/hook/connection_remove.bb @@ -0,0 +1,9 @@ +[h3]connection_remove[/h3] + +Called when deleting a connection. + + +Passed parameter array: + + 'channel_id' => channel_id of the channel removing the connection + 'abook_id' => abook_id of the connection being removed |