]> git.mxchange.org Git - friendica.git/blobdiff - src/Navigation/Notifications/Repository/Notify.php
Rename Repository\Notify->NotifyOnDesktop to shouldShowOnDesktop
[friendica.git] / src / Navigation / Notifications / Repository / Notify.php
index 5ed62c8c3b190588d5da69cde2f04e3fe1262908..52c51fcb8ebdf3f7f6217ae67e85d5f2ffd68d4c 100644 (file)
@@ -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);