mirror of https://github.com/usbharu/Hideout.git
fix: コピペ後の編集忘れを修正
This commit is contained in:
parent
0f4d008406
commit
c187aeafa8
|
@ -81,8 +81,8 @@ class MastodonAccountApiController(
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
val httpHeader = statuses.toHttpHeader(
|
val httpHeader = statuses.toHttpHeader(
|
||||||
{ "${applicationConfig.url}/api/v1/follow_requests?max_id=$it" },
|
{ "${applicationConfig.url}/api/v1/accounts/$id/statuses?max_id=$it" },
|
||||||
{ "${applicationConfig.url}/api/v1/follow_requests?min_id=$it" },
|
{ "${applicationConfig.url}/api/v1/accounts/$id/statuses?min_id=$it" },
|
||||||
)
|
)
|
||||||
|
|
||||||
if (httpHeader != null) {
|
if (httpHeader != null) {
|
||||||
|
|
Loading…
Reference in New Issue