X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=sidebyside;f=src%2FNavigation%2FNotifications%2FRepository%2FNotify.php;h=52c51fcb8ebdf3f7f6217ae67e85d5f2ffd68d4c;hb=fa123bd765ee3f7731ce041da7d4ede7c673b9c0;hp=5ed62c8c3b190588d5da69cde2f04e3fe1262908;hpb=891f686dcf47790e51915298e99d06fb055f43a9;p=friendica.git diff --git a/src/Navigation/Notifications/Repository/Notify.php b/src/Navigation/Notifications/Repository/Notify.php index 5ed62c8c3b..52c51fcb8e 100644 --- a/src/Navigation/Notifications/Repository/Notify.php +++ b/src/Navigation/Notifications/Repository/Notify.php @@ -664,7 +664,7 @@ class Notify extends BaseRepository return false; } - public function NotifyOnDesktop(Entity\Notification $Notification, string $type = null): bool + public function shouldShowOnDesktop(Entity\Notification $Notification, string $type = null): bool { if (is_null($type)) { $type = NotificationFactory::getType($Notification);