Skip to content

[BUG] Cannot mark ALL items as read in a group page #183

@0x2E

Description

@0x2E

Environments

  • Version: 0.9.8
  • OS:
  • Device & Browser:

Steps To Reproduce

  1. Open a group page
  2. 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

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions