Revert "make sure to update ud_last timestamp if we successfully fingered a channel"

This reverts commit f76d9b7908.
This commit is contained in:
Mario
2023-04-09 19:52:54 +00:00
parent f76d9b7908
commit cdf74c2e41

View File

@@ -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'])