Removing functionality from enotify.php

This commit is contained in:
Michael 2021-10-19 19:09:53 +00:00
parent cbf8a273ff
commit 4422be9cea
3 changed files with 589 additions and 556 deletions

View file

@ -154,7 +154,7 @@ class Subscription
}
if ($desktop_notification) {
notification_from_array($Notification);
DI::notify()->createFromNotification($Notification);
}
if (empty($type)) {