This commit is contained in:
Mike Macgirvin 2024-05-30 08:29:33 +10:00
parent 1d4a358ecf
commit 8c2112e988

View file

@ -428,7 +428,7 @@ class Notifier implements DaemonInterface
if (in_array('conversation', $postopts)) {
$audience += AUDIENCE_CONVERSATION;
}
if (in_arrray('followers', $postopts)) {
if (in_array('followers', $postopts)) {
$audience += AUDIENCE_FOLLOWERS;
}