-
-
Notifications
You must be signed in to change notification settings - Fork 886
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API endpoint for listing read posts #4934
Comments
The API provides a way to see a history of upvoted posts, though afaik lemmy-ui doesn't implement this. A history of which posts you've recently opened would be nice too. |
We already store the posts that were marked as read by a user. To resolve this we need to add a new field GetPosts.read_only, similar to the existing fields |
Hello I created a pull request to add the read_only parameter here |
Requirements
Is your proposal related to a problem?
Currently, if one only looks at a post and doesn't save it, it's difficult to locate that post in the future unless one has the title of the post to search, or specific keywords that can help find it.
Describe the solution you'd like.
A solution to this would be to record a history of posts that a user has interacted with. Interactions could be opening the post, opening an image, commenting, voting, etc.
Describe alternatives you've considered.
None.
Additional context
There may be some privacy issues associated with recording user activity history.
The text was updated successfully, but these errors were encountered: