Merge pull request #11326 from annando/notifications
Don't send notifications for activities caused by the community contact
This commit is contained in:
commit
5db3e02bbd
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user