aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2021-04-21 07:55:35 +0000
committerMario <mario@mariovavti.com>2021-04-21 07:55:35 +0000
commit35df50c39d95e19dcd7e67bd3328059dbb591b66 (patch)
tree05559dd4093c8953d850c25cc1be4467147b32f6 /Zotlabs/Lib/Libzot.php
parent5dfe4ef6f8efc34de03953a91980b52646233a29 (diff)
downloadvolse-hubzilla-35df50c39d95e19dcd7e67bd3328059dbb591b66.tar.gz
volse-hubzilla-35df50c39d95e19dcd7e67bd3328059dbb591b66.tar.bz2
volse-hubzilla-35df50c39d95e19dcd7e67bd3328059dbb591b66.zip
start sending author id, id_sig and key fields along with author/owner and adjust import_author_xchan() accordingly
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index db35dfb70..a19c8e544 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -2664,9 +2664,9 @@ class Libzot {
// we may only end up with one; which results in posts with no author name or photo and are a bit
// of a hassle to repair. If either or both are missing, do a full discovery probe.
- if (!array_key_exists('id', $x)) {
- return import_author_activitypub($x);
- }
+ //if (!array_key_exists('id', $x)) {
+ //return import_author_activitypub($x);
+ //}
$hash = self::make_xchan_hash($x['id'], $x['key']);