diff options
author | Mario <mario@mariovavti.com> | 2022-02-08 20:12:16 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-02-08 20:12:16 +0000 |
commit | 4c8b84633a55f06cf3f43866f9f76a330ac9af76 (patch) | |
tree | 099d42cbe8d5e1ffe91cc0e8aa057bbd422ba174 /Zotlabs/Lib | |
parent | c0dd4d748db3e07d49ae72e2e37d0cc5c74011c4 (diff) | |
download | volse-hubzilla-4c8b84633a55f06cf3f43866f9f76a330ac9af76.tar.gz volse-hubzilla-4c8b84633a55f06cf3f43866f9f76a330ac9af76.tar.bz2 volse-hubzilla-4c8b84633a55f06cf3f43866f9f76a330ac9af76.zip |
revert deleted flag for webfinger and zotfinger key
Diffstat (limited to 'Zotlabs/Lib')
-rw-r--r-- | Zotlabs/Lib/Activity.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php index e51922c86..9f08c87b5 100644 --- a/Zotlabs/Lib/Activity.php +++ b/Zotlabs/Lib/Activity.php @@ -61,6 +61,8 @@ class Activity { } logger('fetch: ' . $url, LOGGER_DEBUG); + hz_syslog('fetch: ' . $url, LOGGER_DEBUG); + bt_syslog('fetch'); if (strpos($url, 'x-zot:') === 0) { $x = ZotURL::fetch($url, $channel); |