diff options
author | Mario Vavti <mario@mariovavti.com> | 2024-10-11 17:10:56 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2024-10-11 17:10:56 +0200 |
commit | d5291e9b074fbf408cdbf0ce88567e0a4ed48e07 (patch) | |
tree | 8c6a073b91e8627c4afd08c3e90828216d23e862 /Zotlabs/Module/Subthread.php | |
parent | a1818b1a29974132e16fb68c65c1b3a9904a5b18 (diff) | |
download | volse-hubzilla-d5291e9b074fbf408cdbf0ce88567e0a4ed48e07.tar.gz volse-hubzilla-d5291e9b074fbf408cdbf0ce88567e0a4ed48e07.tar.bz2 volse-hubzilla-d5291e9b074fbf408cdbf0ce88567e0a4ed48e07.zip |
containers: port core modules and attach_store_item()
Diffstat (limited to 'Zotlabs/Module/Subthread.php')
-rw-r--r-- | Zotlabs/Module/Subthread.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Module/Subthread.php b/Zotlabs/Module/Subthread.php index b927ee480..baabee78f 100644 --- a/Zotlabs/Module/Subthread.php +++ b/Zotlabs/Module/Subthread.php @@ -159,7 +159,7 @@ class Subthread extends \Zotlabs\Web\Controller { $arr['deny_cid'] = $item['deny_cid']; $arr['deny_gid'] = $item['deny_gid']; - $post = item_store($arr); + $post = item_store($arr, deliver: false, addAndSync: false); $post_id = $post['item_id']; $arr['id'] = $post_id; |