some improvements

2022.09-rc
Philipp Holzer 2019-05-19 03:12:22 +02:00
rodzic 8bb85b1da7
commit 5f068b07f9
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: D8365C3D36B77D90
2 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -1071,7 +1071,7 @@ class GContact
$r = DBA::selectFirst('gcontact', ['url'], [
'`network` = ?
AND `last_contact` >= `last_failure`
AND `updated` > ?',
AND `updated` > ?',
Protocol::DFRN,
DateTimeFormat::utc('now - 1 month'),
], ['order' => ['RAND()']]);

Wyświetl plik

@ -7,7 +7,7 @@ use Friendica\Model\Contact;
use Friendica\Model\GContact;
/**
* Redirects to a random profile of this node
* Redirects to a random Friendica profile this node knows about
*/
class RandomProfile extends BaseModule
{