mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-17 20:11:27 +00:00
Merge pull request #5204 from pixelfed/staging
Update ApiV1Controller.php
This commit is contained in:
commit
685b2be923
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