diff --git a/lib/routes/fanbox/index.ts b/lib/routes/fanbox/index.ts index e4cbeec3b..58782586e 100644 --- a/lib/routes/fanbox/index.ts +++ b/lib/routes/fanbox/index.ts @@ -52,7 +52,7 @@ async function handler(ctx: Context): Promise { // ignore } - const postListResponse = (await ofetch(`https://api.fanbox.cc/post.listCreator?creatorId=${creator}&limit=20`, { headers: getHeaders() })) as PostListResponse; + const postListResponse = (await ofetch(`https://api.fanbox.cc/post.listCreator?creatorId=${creator}&limit=20&withPinned=true`, { headers: getHeaders() })) as PostListResponse; const items = await Promise.all(postListResponse.body.map((i) => parseItem(i))); return {