aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2022-04-26 11:07:23 +0200
committerMario Vavti <mario@mariovavti.com>2022-04-26 11:07:23 +0200
commit01e82090b2600b99cab1311f1f355c8a3279c333 (patch)
treed4f341e3636644b6195b2d4bb9fb29a0c9b43c0f /Zotlabs/Lib/Libzot.php
parent39602ede373ef6376d05b5cb19fe571e27b5fba9 (diff)
downloadvolse-hubzilla-01e82090b2600b99cab1311f1f355c8a3279c333.tar.gz
volse-hubzilla-01e82090b2600b99cab1311f1f355c8a3279c333.tar.bz2
volse-hubzilla-01e82090b2600b99cab1311f1f355c8a3279c333.zip
hubloc in AS has been moved from data to meta a while ago
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index 2ed18d10b..379b329c7 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -1292,7 +1292,7 @@ class Libzot {
}
}
- if ($AS->data['hubloc']) {
+ if ($AS->meta['hubloc']) {
$arr['item_verified'] = true;
}
@@ -2010,7 +2010,7 @@ class Libzot {
$arr['owner_xchan'] = $a['signature']['signer'];
}
- if ($AS->data['hubloc'] || $arr['author_xchan'] === $arr['owner_xchan']) {
+ if ($AS->meta['hubloc'] || $arr['author_xchan'] === $arr['owner_xchan']) {
$arr['item_verified'] = true;
}