diff options
author | Hubzilla <hubzilla@hz.macgirvin.com> | 2017-01-22 18:48:45 -0800 |
---|---|---|
committer | Hubzilla <hubzilla@hz.macgirvin.com> | 2017-01-22 18:48:45 -0800 |
commit | 17f1d39fcf973ac35f14a36faa2b92867fbb11e9 (patch) | |
tree | 43ba2ffbfbeb0b056625aabc4aeb42707747d693 /include/items.php | |
parent | 3bafa05ad1093d70c893d0985788203ccb1e7169 (diff) | |
download | volse-hubzilla-17f1d39fcf973ac35f14a36faa2b92867fbb11e9.tar.gz volse-hubzilla-17f1d39fcf973ac35f14a36faa2b92867fbb11e9.tar.bz2 volse-hubzilla-17f1d39fcf973ac35f14a36faa2b92867fbb11e9.zip |
basic support for clone syncing of wikis and wiki pages
Diffstat (limited to 'include/items.php')
-rwxr-xr-x | include/items.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php index e4ead28c8..3b7307239 100755 --- a/include/items.php +++ b/include/items.php @@ -391,6 +391,7 @@ function post_activity_item($arr,$allow_code = false,$deliver = true) { call_hooks('post_local_end', $arr); Zotlabs\Daemon\Master::Summon(array('Notifier','activity',$post_id)); $ret['success'] = true; + $ret['item_id'] = $post_id; $ret['activity'] = $post['item']; } |