mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Reduce the amount of contact updates
This commit is contained in:
parent
8623c075af
commit
d504789c34
5 changed files with 60 additions and 33 deletions
|
@ -156,7 +156,7 @@ class Index extends BaseSearch
|
|||
}
|
||||
|
||||
$last_uriid = isset($_GET['last_uriid']) ? intval($_GET['last_uriid']) : 0;
|
||||
Logger::info('Blubb', ['uri' => $last_uriid]);
|
||||
|
||||
$pager = new Pager(DI::l10n(), DI::args()->getQueryString(), $itemsPerPage);
|
||||
|
||||
if ($tag) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue