mirror of
https://github.com/friendica/friendica
synced 2025-04-27 13:50:12 +00:00
Add the attachments to the $item for the prepare_body_content_filter hook
- Allows filtering on attachments that are added later to the post content
This commit is contained in:
parent
414f20c529
commit
7082582655
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue