Don't check the date on regular feeds

2022.09-rc
Michael 2020-07-11 16:29:18 +00:00
rodzic 52b2f67644
commit fb18325b6b
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -2200,7 +2200,7 @@ class OStatus
$last_update = 'now -30 days';
}
$check_date = DateTimeFormat::utc($last_update);
$check_date = $feed_mode ? '' : DateTimeFormat::utc($last_update);
$authorid = Contact::getIdForURL($owner["url"], 0, true);
$condition = ["`uid` = ? AND `received` > ? AND NOT `deleted`