diff options
author | Mario <mario@mariovavti.com> | 2022-12-15 09:18:58 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2022-12-15 09:18:58 +0000 |
commit | 2f687de477c3aeec7ee684fd875e5190ae4c2fbe (patch) | |
tree | 41e6cd33ac2dd4df828ad75dba4803c5462735cb /Zotlabs/Daemon | |
parent | 5446062b95a28c6b2a28d809ce8ab8ceffa1e922 (diff) | |
download | volse-hubzilla-2f687de477c3aeec7ee684fd875e5190ae4c2fbe.tar.gz volse-hubzilla-2f687de477c3aeec7ee684fd875e5190ae4c2fbe.tar.bz2 volse-hubzilla-2f687de477c3aeec7ee684fd875e5190ae4c2fbe.zip |
queueworker testing and more logging to syslog
Diffstat (limited to 'Zotlabs/Daemon')
-rw-r--r-- | Zotlabs/Daemon/Externals.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Zotlabs/Daemon/Externals.php b/Zotlabs/Daemon/Externals.php index 91fa09044..2c7c7c172 100644 --- a/Zotlabs/Daemon/Externals.php +++ b/Zotlabs/Daemon/Externals.php @@ -143,7 +143,7 @@ class Externals { $AS = new ActivityStreams($message); if ($AS->is_valid() && is_array($AS->obj)) { $item = Activity::decode_note($AS); - Activity::store($importer, $contact['abook_xchan'], $AS, $item); + Activity::store($importer, $contact['hubloc_hash'], $AS, $item); $total++; } } |