mirror of
https://github.com/friendica/friendica
synced 2025-05-11 09:04:11 +02:00
Merge pull request #8329 from MrPetovan/bug/notices
Remove unused conversation response code
This commit is contained in:
commit
b0690077aa
5 changed files with 18 additions and 74 deletions
|
@ -57,7 +57,7 @@ class BoundariesPager extends Pager
|
|||
$this->last_item_id = $last_item_id;
|
||||
|
||||
$parsed = parse_url($this->getBaseQueryString());
|
||||
if ($parsed) {
|
||||
if (!empty($parsed['query'])) {
|
||||
parse_str($parsed['query'], $queryParameters);
|
||||
|
||||
$this->first_page = !($queryParameters['since_id'] ?? null) && !($queryParameters['max_id'] ?? null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue