diff options
author | Mario <mario@mariovavti.com> | 2023-04-12 15:35:21 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2023-04-12 15:35:21 +0000 |
commit | 30724bd7c43f52361fbcc7d912545255bd351757 (patch) | |
tree | d432f74b1d8f45a25809fbe9b1a89b0717609d39 /Zotlabs/Lib/Libzot.php | |
parent | 0d3b389538fe25a2cb6cc15fe5a44dd244ee6428 (diff) | |
download | volse-hubzilla-30724bd7c43f52361fbcc7d912545255bd351757.tar.gz volse-hubzilla-30724bd7c43f52361fbcc7d912545255bd351757.tar.bz2 volse-hubzilla-30724bd7c43f52361fbcc7d912545255bd351757.zip |
update updates if anything changed
Diffstat (limited to 'Zotlabs/Lib/Libzot.php')
-rw-r--r-- | Zotlabs/Lib/Libzot.php | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Zotlabs/Lib/Libzot.php b/Zotlabs/Lib/Libzot.php index 814aebf47..9a6b64c75 100644 --- a/Zotlabs/Lib/Libzot.php +++ b/Zotlabs/Lib/Libzot.php @@ -712,8 +712,6 @@ class Libzot { if (!array_key_exists('connect_url', $arr)) $arr['connect_url'] = ''; - $new_xchan = false; - if ($r) { if ($arr['photo'] && array_key_exists('updated', $arr['photo']) && $arr['photo']['updated'] > $r[0]['xchan_photo_date']) @@ -831,7 +829,6 @@ class Libzot { ); $what .= 'new_xchan'; - $new_xchan = true; $changed = true; } @@ -979,8 +976,8 @@ class Libzot { } } - if ($ud_arr || ($new_xchan && in_array($dirmode, [DIRECTORY_MODE_PRIMARY, DIRECTORY_MODE_SECONDARY]))) { - // update updates if we were provided an ud_arr or the xchan is new and we are some sort of directory + if ($changed) { + // update updates if anything changed Libzotdir::update_modtime($xchan_hash, $address); } |