Skip to content

Commit 6028af1

Browse files
authored
Merge pull request #2251 from DimensionDev/bugfix/pixiv-home-following-timeline
Fix Pixiv home timeline source
2 parents e85f892 + c35d6fa commit 6028af1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

social/pixiv/src/commonMain/kotlin/dev/dimension/flare/data/datasource/pixiv/PixivTimelineLoaders.kt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ internal class PixivHomeTimelineLoader(
5757
) : PixivTimelineLoader(service, accountKey) {
5858
override val pagingKey: String = "pixiv_home_$accountKey"
5959

60-
override suspend fun loadFirstPage(pageSize: Int): PixivIllustListResponse =
61-
service.recommendedIllusts(
62-
includeRankingIllusts = true,
63-
)
60+
override suspend fun loadFirstPage(pageSize: Int): PixivIllustListResponse = service.followedIllusts()
6461
}
6562

6663
internal class PixivDiscoverTimelineLoader(

0 commit comments

Comments
 (0)