mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-22 14:31:26 +00:00
Update ApiV1Controller.php
This commit is contained in:
parent
49461af397
commit
2b9586fce1
1 changed files with 1 additions and 1 deletions
|
@ -2335,7 +2335,7 @@ class ApiV1Controller extends Controller
|
|||
}
|
||||
}
|
||||
|
||||
$baseUrl = config('app.url').'/api/v1/notifications?limit='.$limit.'&';
|
||||
$baseUrl = config('app.url').'/api/v1/notifications?limit='.$ogLimit.'&';
|
||||
|
||||
if ($minId == $maxId) {
|
||||
$minId = null;
|
||||
|
|
Loading…
Reference in a new issue