From 24559b711b17acbe7393139edf5bd9d33307d8b5 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 5 Jun 2022 16:26:20 +0000 Subject: [PATCH] Notify about shared posts again --- src/Navigation/Notifications/Repository/Notify.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }