Add a user setting to automatically mark fetched posts (list_posts
) as read.
#5144
Open
5 tasks done
Labels
enhancement
New feature or request
Milestone
Requirements
Is your proposal related to a problem?
Users want the ability automatically mark posts in their feed as read, without having to manually click into the post, or click a mark read button.
Currently, a few apps are doing this by collecting up ids, then when its scrolled to the bottom, send a list of post ids to the mark_read function. But #5043 takes this away, in exchange for returning the full post result.
At the same time, collecting up ids isn't the cleanest solution, and most apps probably don't want to code this. We also don't want to spam a lot of individual, or collected requests.
Describe the solution you'd like.
Add a user-setting to automatically mark fetched posts (the posts received back from
list_posts
, as read.Pros
Cons
Describe alternatives you've considered.
NA
Additional context
#5043 (comment)
The text was updated successfully, but these errors were encountered: