diff --git a/include/items.php b/include/items.php index 993fc86b5..303f8c223 100644 --- a/include/items.php +++ b/include/items.php @@ -3414,7 +3414,7 @@ function start_delivery_chain($channel, $item, $item_id, $parent, $group = false $arr['target'] = [ 'id' => str_replace('/item/', '/conversation/', $arr['parent_mid']), 'type' => 'Collection', - 'attributedTo' => channel_url($channel['channel_address']) + 'attributedTo' => channel_url($channel) ]; $arr['term'] = $item['term'];