-
Notifications
You must be signed in to change notification settings - Fork 65
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Environments
- Version: 0.9.8
- OS:
- Device & Browser:
Steps To Reproduce
- Open a group page
- Click the "Mark all as read" button and select "All"
The Current Behavior
The filter does not use group_id as an option:
| const resp = await listItems({ feed_id: feed_id, page: 1, page_size: 200, unread: true }); |
The Expected Behavior
To solve this issue, we might need to bring the global item_filter state back. But maintaining a global filter state is very prone to causing bugs.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working