We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5df91e commit 92c52d9Copy full SHA for 92c52d9
1 file changed
notification/method/webpush.php
@@ -216,7 +216,7 @@ protected function notify_using_webpush(): void
216
217
$user_subscriptions = $user_subscription_map[$notification->user_id] ?? [];
218
219
- if ($user['user_type'] == USER_INACTIVE && $user['user_inactive_reason'] == INACTIVE_MANUAL
+ if (($user['user_type'] == USER_INACTIVE && $user['user_inactive_reason'] == INACTIVE_MANUAL)
220
|| empty($user_subscriptions))
221
{
222
continue;
0 commit comments