mirror of
https://github.com/usbharu/Hideout.git
synced 2026-09-26 15:01:09 +00:00
fix: ページングのレスポンスが間違っていたのを修正
This commit is contained in:
+2
-2
@@ -48,8 +48,8 @@ class MastodonNotificationApiController(
|
||||
)
|
||||
|
||||
val httpHeader = notifications.toHttpHeader(
|
||||
{ "${applicationConfig.url}/api/v1/notifications?max_id=$it" },
|
||||
{ "${applicationConfig.url}/api/v1/notifications?min_id=$it" }
|
||||
{ "${applicationConfig.url}/api/v1/notifications?min_id=$it" },
|
||||
{ "${applicationConfig.url}/api/v1/notifications?max_id=$it" }
|
||||
) ?: return@runBlocking ResponseEntity.ok(
|
||||
notifications.asFlow()
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user