]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Subscription.php
Merge pull request #12583 from annando/delivery-queue
[friendica.git] / src / Model / Subscription.php
index 2796b37a0fe50a897059109ed60390773ad53daf..88aa820674007a73eedb3228c8ef5e412b0edc25 100644 (file)
@@ -141,7 +141,7 @@ class Subscription
        {
                $type = NotificationFactory::getType($notification);
 
-               if (DI::notify()->NotifyOnDesktop($notification, $type)) {
+               if (DI::notify()->shouldShowOnDesktop($notification, $type)) {
                        DI::notify()->createFromNotification($notification);
                }