mirror of
https://github.com/friendica/friendica
synced 2025-04-26 05:10:11 +00:00
Simplify query merge, changed update behaviour
This commit is contained in:
parent
e9e5bb12b9
commit
9d6166d7d6
5 changed files with 62 additions and 71 deletions
|
@ -65,8 +65,8 @@ class Network extends NetworkModule
|
|||
$conditionFields['unseen'] = true;
|
||||
}
|
||||
|
||||
$params = ['limit' => 100];
|
||||
$table = 'network-item-view';
|
||||
$params = ['limit' => self::$itemsPerPage];
|
||||
$table = 'network-thread-view';
|
||||
|
||||
$items = $this->getItems($table, $params, $conditionFields);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue