Folo/packages
DIYgod bdc17c0f12
fix(subscription): deduplicate feed IDs when feeds exist in both subscriptions and lists
Previously, if a feed was both directly subscribed and existed in a subscribed list,
it would appear twice in the subscription IDs array, causing unread counts to be
doubled in SubscriptionTabButton.

Fixed by using Set to deduplicate feed IDs in:
- getSubscriptionIdsByViewSelector
- getSubscribedFeedIdAndInboxHandlesByView

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-20 19:53:10 +08:00
..
changelog-cli feat(changelog-cli): implement AI-driven changelog generation with OpenAI integration 2025-07-25 00:09:11 +08:00
configs feat(ai): implement MCP service integration for enhanced AI capabilities (#4359) 2025-08-19 23:34:19 +08:00
internal fix(subscription): deduplicate feed IDs when feeds exist in both subscriptions and lists 2025-08-20 19:53:10 +08:00
readability chore(dependencies): update nbump to version 2.1.5 across multiple packages 2025-07-29 23:17:17 +08:00