From 67533ee47871df2871fb1e2bf58101e278f791d6 Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 9 Oct 2020 12:03:33 +0000 Subject: add rss network authors to the not fetchable list --- Zotlabs/Daemon/Notifier.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Zotlabs') diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index b605fe96e..a29fc6101 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -295,7 +295,7 @@ class Notifier { $target_item = $r[0]; - if($target_item['author']['xchan_network'] === 'anon') { + if(in_array($target_item['author']['xchan_network'], ['rss', 'anon'])) { logger('notifier: target item author is not a fetchable actor', LOGGER_DEBUG); return; } -- cgit v1.2.3