Skip to content

Fix Pixiv home timeline source#2251

Merged
Tlaster merged 1 commit into
masterfrom
bugfix/pixiv-home-following-timeline
Jun 26, 2026
Merged

Fix Pixiv home timeline source#2251
Tlaster merged 1 commit into
masterfrom
bugfix/pixiv-home-following-timeline

Conversation

@Tlaster

@Tlaster Tlaster commented Jun 26, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Change the Pixiv Home timeline loader to fetch followed users' illustrations instead of recommended illustrations.
  • Keep Discover, Ranking, Bookmark, and the explicit Following timeline behavior unchanged.

Root Cause

The default Pixiv timeline tab is registered as CommonTimelineSpecs.home, which resolves to PixivDataSource.homeTimeline(). That loader was using Pixiv's recommended illustrations endpoint, so the default Pixiv tab showed recommendations instead of followed-user updates.

Fixes #2248

Validation

  • ./gradlew :social:pixiv:compileKotlinJvm :social:pixiv:jvmTest

@Tlaster Tlaster marked this pull request as ready for review June 26, 2026 10:06
@Tlaster Tlaster merged commit 6028af1 into master Jun 26, 2026
9 checks passed
@Tlaster Tlaster deleted the bugfix/pixiv-home-following-timeline branch June 26, 2026 10:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[feature request] Display updates from followed users instead of recommendations in the Pixiv tab, aligning its behavior with the X/Mastodon tabs.

1 participant