]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Item.php
Meaningful notification message
[friendica.git] / src / Model / Item.php
index beb7db5764773a41f2909bead2446d8e644a5f1d..c683e10e78158383bb9ac51efc2040a680e88a7e 100644 (file)
@@ -2757,6 +2757,8 @@ class Item
                                $filter_reasons[] = DI::l10n()->t('Content warning: %s', $item['content-warning']);
                        }
 
+                       $item['attachments'] = $attachments;
+
                        $hook_data = [
                                'item' => $item,
                                'filter_reasons' => $filter_reasons