aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs
diff options
context:
space:
mode:
authorMario <mario@mariovavti.com>2023-04-09 19:52:54 +0000
committerMario <mario@mariovavti.com>2023-04-09 19:52:54 +0000
commitcdf74c2e41e8e9f3f5fc7aec3230c74435cccf75 (patch)
treef4898a31c92efa13a098ef4934b8d1490397caf8 /Zotlabs
parentf76d9b7908fd55c5ee237e3dd48624bdf2541b4c (diff)
downloadvolse-hubzilla-cdf74c2e41e8e9f3f5fc7aec3230c74435cccf75.tar.gz
volse-hubzilla-cdf74c2e41e8e9f3f5fc7aec3230c74435cccf75.tar.bz2
volse-hubzilla-cdf74c2e41e8e9f3f5fc7aec3230c74435cccf75.zip
Revert "make sure to update ud_last timestamp if we successfully fingered a channel"
This reverts commit f76d9b7908fd55c5ee237e3dd48624bdf2541b4c.
Diffstat (limited to 'Zotlabs')
-rw-r--r--Zotlabs/Lib/Libzotdir.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/Zotlabs/Lib/Libzotdir.php b/Zotlabs/Lib/Libzotdir.php
index dfedd0bc8..fa691080f 100644
--- a/Zotlabs/Lib/Libzotdir.php
+++ b/Zotlabs/Lib/Libzotdir.php
@@ -331,7 +331,8 @@ class Libzotdir {
dbesc($zf['data']['primary_location']['url'])
);
}
-
+ }
+ else {
q("update updates set ud_last = '%s' where ud_addr = '%s'",
dbesc(datetime_convert()),
dbesc($ud['ud_addr'])