diff options
author | Mario <mario@mariovavti.com> | 2022-01-26 13:58:03 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-26 13:58:03 +0000 |
commit | e8069c0d932aae60564cbd944a4aa3372bc9507d (patch) | |
tree | 3778d4715d75ee6abca797aa2e84b4f64fea4706 /include | |
parent | 7a1c6b64c2dd03adc005e43586b2f76d9cea855f (diff) | |
download | volse-hubzilla-e8069c0d932aae60564cbd944a4aa3372bc9507d.tar.gz volse-hubzilla-e8069c0d932aae60564cbd944a4aa3372bc9507d.tar.bz2 volse-hubzilla-e8069c0d932aae60564cbd944a4aa3372bc9507d.zip |
use item_hidden instead of item_notshown for forum comment announces
Diffstat (limited to 'include')
-rw-r--r-- | include/items.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/items.php b/include/items.php index 7a899a3fd..822e2d88b 100644 --- a/include/items.php +++ b/include/items.php @@ -3329,7 +3329,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent, $group = false $arr['item_private'] = (($channel['channel_allow_cid'] || $channel['channel_allow_gid'] || $channel['channel_deny_cid'] || $channel['channel_deny_gid']) ? 1 : 0); $arr['item_origin'] = 1; - $arr['item_notshown'] = 1; + $arr['item_hidden'] = 1; $arr['item_thread_top'] = 0; |