From cdf74c2e41e8e9f3f5fc7aec3230c74435cccf75 Mon Sep 17 00:00:00 2001 From: Mario Date: Sun, 9 Apr 2023 19:52:54 +0000 Subject: Revert "make sure to update ud_last timestamp if we successfully fingered a channel" This reverts commit f76d9b7908fd55c5ee237e3dd48624bdf2541b4c. --- Zotlabs/Lib/Libzotdir.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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']) -- cgit v1.2.3