From: Michael Date: Sun, 5 Jun 2022 16:26:20 +0000 (+0000) Subject: Notify about shared posts again X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=24559b711b17acbe7393139edf5bd9d33307d8b5;p=friendica.git Notify about shared posts again --- diff --git a/src/Navigation/Notifications/Repository/Notify.php b/src/Navigation/Notifications/Repository/Notify.php index 71d2eba0cf..2e27871318 100644 --- a/src/Navigation/Notifications/Repository/Notify.php +++ b/src/Navigation/Notifications/Repository/Notify.php @@ -663,7 +663,7 @@ class Notify extends BaseRepository $type = \Friendica\Factory\Api\Mastodon\Notification::getType($Notification); } - if (in_array($Notification->type, [Model\Post\UserNotification::TYPE_FOLLOW])) { + if (in_array($Notification->type, [Model\Post\UserNotification::TYPE_FOLLOW, Model\Post\UserNotification::TYPE_SHARED])) { return true; }