We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f820d70 + 0d89224 commit 33f0c31Copy full SHA for 33f0c31
Sources/tasks/CreatePost-Notify.php
@@ -554,6 +554,9 @@ protected function handleWatchedNotifications()
554
if (empty($modSettings['disallow_sendBody']) && !empty($this->prefs[$member_id]['msg_receive_body']))
555
$message_type .= '_body';
556
}
557
+ // No notification request for this user for this board/topic.
558
+ else
559
+ continue;
560
561
// We need to fake some of $user_info to make BBC parsing work correctly.
562
if (isset($user_info))
0 commit comments