Merge pull request #5204 from pixelfed/staging

Update ApiV1Controller.php
This commit is contained in:
daniel 2024-07-02 00:46:52 -06:00 committed by GitHub
commit 685b2be923
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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) { if ($minId == $maxId) {
$minId = null; $minId = null;