diff options
author | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-24 23:32:18 +0200 |
---|---|---|
committer | Haakon Meland Eriksen <haakon.eriksen@far.no> | 2015-09-24 23:32:18 +0200 |
commit | 414b5ea6f3ad616c5211b0e9d4b811c149decf26 (patch) | |
tree | 58d7a19079cc1c7de0790b0e2f3b829967344ea1 /include/zot.php | |
parent | 8cbccb20ef7f1fa82c4a16c6c786d5d748901c02 (diff) | |
parent | c42dcd5ac9c63cd42c7af1b2765dd33e7e9f5d6d (diff) | |
download | volse-hubzilla-414b5ea6f3ad616c5211b0e9d4b811c149decf26.tar.gz volse-hubzilla-414b5ea6f3ad616c5211b0e9d4b811c149decf26.tar.bz2 volse-hubzilla-414b5ea6f3ad616c5211b0e9d4b811c149decf26.zip |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'include/zot.php')
-rw-r--r-- | include/zot.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/zot.php b/include/zot.php index 288493b07..9bddb520d 100644 --- a/include/zot.php +++ b/include/zot.php @@ -3319,6 +3319,8 @@ function process_channel_sync_delivery($sender, $arr, $deliveries) { if(array_key_exists('item_id',$arr) && $arr['item_id']) sync_items($channel,$arr['item_id']); + $addon = array('channel' => $channel,'data' => $arr); + call_hooks('process_channel_sync_delivery',$addon); // we should probably do this for all items, but usually we only send one. |