aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Module/Subthread.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2024-10-11 17:10:56 +0200
committerMario Vavti <mario@mariovavti.com>2024-10-11 17:10:56 +0200
commitd5291e9b074fbf408cdbf0ce88567e0a4ed48e07 (patch)
tree8c6a073b91e8627c4afd08c3e90828216d23e862 /Zotlabs/Module/Subthread.php
parenta1818b1a29974132e16fb68c65c1b3a9904a5b18 (diff)
downloadvolse-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.php2
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;