Merge branch 'dev' into deliver

This commit is contained in:
Mike Macgirvin 2024-05-30 08:31:58 +10:00
commit 30ed38b50b

View file

@ -428,7 +428,7 @@ class Notifier implements DaemonInterface
if (in_array('conversation', $postopts)) { if (in_array('conversation', $postopts)) {
$audience += AUDIENCE_CONVERSATION; $audience += AUDIENCE_CONVERSATION;
} }
if (in_arrray('followers', $postopts)) { if (in_array('followers', $postopts)) {
$audience += AUDIENCE_FOLLOWERS; $audience += AUDIENCE_FOLLOWERS;
} }
$isContained = str_contains($parent_item['tgt_type'], 'Collection') || ($parent_item['item_restrict'] & 4); $isContained = str_contains($parent_item['tgt_type'], 'Collection') || ($parent_item['item_restrict'] & 4);