Skip to content

Commit 7f64854

Browse files
authored
Merge pull request #9048 from sbulen/30_mail_pref_error
[3.0] mail pref error
2 parents 2ed6754 + c6ba0f8 commit 7f64854

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Sources/Tasks/CreatePost_Notify.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,9 @@ protected function handleWatchedNotifications(): void
567567
$message_type .= '_body';
568568
}
569569
}
570+
// No notification request for this user for this board/topic.
571+
else
572+
continue;
570573

571574
// Censor and parse BBC in the receiver's localization. Don't repeat unnecessarily.
572575
$localization = implode('|', [$member_data['lngfile'], $member_data['time_offset'], $member_data['time_format']]);

0 commit comments

Comments
 (0)