From 8cee16be1b774af1f2ec85d7778776e1d8b03e50 Mon Sep 17 00:00:00 2001 From: Mario Vavti Date: Wed, 9 Oct 2024 18:26:15 +0200 Subject: enable the hooks again --- Zotlabs/Daemon/Notifier.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index 77ec6920d..485299187 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -471,7 +471,7 @@ class Notifier { 'queued' => [] ]; - //call_hooks('notifier_process', $narr); + call_hooks('notifier_process', $narr); if ($narr['queued']) { foreach ($narr['queued'] as $pq) self::$deliveries[] = $pq; @@ -616,7 +616,7 @@ class Notifier { 'queued' => [] ]; - // call_hooks('notifier_hub', $narr); + call_hooks('notifier_hub', $narr); if ($narr['queued']) { foreach ($narr['queued'] as $pq) self::$deliveries[] = $pq; -- cgit v1.2.3