aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2022-05-14 18:30:39 +0000
committerMario <mario@mariovavti.com>2022-05-14 18:30:39 +0000
commit62b1ff4ba1844d9019aebd328256a38979e1f717 (patch)
tree5f0f7a32d5568b8cfac868bd9a28762f3e1b2d49 /include
parent304d13643786049e29d3866ec45fec79c744c10b (diff)
downloadvolse-hubzilla-62b1ff4ba1844d9019aebd328256a38979e1f717.tar.gz
volse-hubzilla-62b1ff4ba1844d9019aebd328256a38979e1f717.tar.bz2
volse-hubzilla-62b1ff4ba1844d9019aebd328256a38979e1f717.zip
add the title in forum post reshares
Diffstat (limited to 'include')
-rw-r--r--include/items.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/items.php b/include/items.php
index 8a2faa623..d93b9aaaf 100644
--- a/include/items.php
+++ b/include/items.php
@@ -3219,6 +3219,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent, $group = false
}
+ $arr['title'] = $item['title'];
$arr['tgt_type'] = $item['tgt_type'];
$arr['target'] = $item['target'];