aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Libzot.php
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2023-04-28 08:57:21 +0200
committerMario Vavti <mario@mariovavti.com>2023-04-28 08:57:21 +0200
commit3543e6dd32bd7e518a0deec2038eafe6a183dc6b (patch)
tree6ae14b855bb7714f9f5bd27e8181bdd10360b809 /Zotlabs/Lib/Libzot.php
parent5412ba617dfbba9161484094427075480ae4b80c (diff)
downloadvolse-hubzilla-3543e6dd32bd7e518a0deec2038eafe6a183dc6b.tar.gz
volse-hubzilla-3543e6dd32bd7e518a0deec2038eafe6a183dc6b.tar.bz2
volse-hubzilla-3543e6dd32bd7e518a0deec2038eafe6a183dc6b.zip
slightly refactor dir sync
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r--Zotlabs/Lib/Libzot.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php
index d34afb83d..093670338 100644
--- a/Zotlabs/Lib/Libzot.php
+++ b/Zotlabs/Lib/Libzot.php
@@ -674,7 +674,6 @@ class Libzot {
$arr['hash'] = $xchan_hash;
$import_photos = false;
- $xchan_censored = 0;
$sig_methods = ((array_key_exists('signing', $arr) && is_array($arr['signing'])) ? $arr['signing'] : ['sha256']);
$verified = false;
@@ -706,8 +705,6 @@ class Libzot {
if ($arr['photo'] && array_key_exists('updated', $arr['photo']) && $arr['photo']['updated'] > $r[0]['xchan_photo_date'])
$import_photos = true;
- $xchan_censored = $r[0]['xchan_censored'] ?? 0;
-
// if we import an entry from a site that's not ours and either or both of us is off the grid - hide the entry.
/** @TODO: check if we're the same directory realm, which would mean we are allowed to see it */
@@ -969,7 +966,7 @@ class Libzot {
}
// update updates if anything changed bump the ud_date
- Libzotdir::update($xchan_hash, $address, $xchan_censored, $changed);
+ Libzotdir::update($xchan_hash, $address, $changed);
if (empty($ret['message'])) {
$ret['success'] = true;