Don't send notifications for activities caused by the community contact

This commit is contained in:
Michael 2022-03-13 05:44:29 +00:00
parent 9e3dbfab3e
commit 12d7c99f46
1 changed files with 2 additions and 0 deletions

View File

@ -193,6 +193,8 @@ class UserNotification
$notification_type = $notification_type | self::TYPE_SHARED;
self::insertNotificationByItem(self::TYPE_SHARED, $uid, $item);
$notified = true;
} elseif ($author['contact-type'] == Contact::TYPE_COMMUNITY) {
return;
} else {
$notified = false;
}