Folo/packages/internal/store
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
..
src fix(subscription): deduplicate feed IDs when feeds exist in both subscriptions and lists 2025-08-20 19:53:10 +08:00
package.json feat: optimize ai entry content layout and re-structure store files 2025-08-13 18:42:41 +08:00
tsconfig.json refactor(mobile): sperate store package (#3819) 2025-05-26 22:54:15 +08:00