diff options
author | zotlabs <mike@macgirvin.com> | 2017-06-10 16:00:21 -0700 |
---|---|---|
committer | zotlabs <mike@macgirvin.com> | 2017-06-10 16:00:21 -0700 |
commit | 9c26ee122e0867fcd00b62fa475501b5d5e1c781 (patch) | |
tree | db2bf11e1928bf2c3022f553e143d0a694dc27f7 | |
parent | f27047dd2ede7c1f47415237712346cd01aab788 (diff) | |
download | volse-hubzilla-9c26ee122e0867fcd00b62fa475501b5d5e1c781.tar.gz volse-hubzilla-9c26ee122e0867fcd00b62fa475501b5d5e1c781.tar.bz2 volse-hubzilla-9c26ee122e0867fcd00b62fa475501b5d5e1c781.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 |