diff options
author | Mario <mario@mariovavti.com> | 2022-01-02 20:45:25 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-01-02 20:45:25 +0000 |
commit | df8bb0596a2a657cb2b0be951e2bc713f2b5e89d (patch) | |
tree | dd0f4fba1747f202d81001dabcf0ff661ae654b3 /Zotlabs/Daemon | |
parent | 0003e0b8a5841bfc9e845f0b833aa206527826de (diff) | |
download | volse-hubzilla-df8bb0596a2a657cb2b0be951e2bc713f2b5e89d.tar.gz volse-hubzilla-df8bb0596a2a657cb2b0be951e2bc713f2b5e89d.tar.bz2 volse-hubzilla-df8bb0596a2a657cb2b0be951e2bc713f2b5e89d.zip |
port new_token from zap, fixes and more cleanup
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Notifier.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Notifier.php b/Zotlabs/Daemon/Notifier.php index 76c17545a..7964621c7 100644 --- a/Zotlabs/Daemon/Notifier.php +++ b/Zotlabs/Daemon/Notifier.php @@ -240,7 +240,7 @@ class Notifier { $target_item = $r[0]; - if (in_array($target_item['author']['xchan_network'], ['rss', 'anon'])) { + if (in_array($target_item['author']['xchan_network'], ['rss', 'anon', 'token'])) { logger('notifier: target item author is not a fetchable actor', LOGGER_DEBUG); return; } |