What is the best way to mark a post as read from the API?
What is the best way to mark a post as read from the API?
Hello! I'm the developer of Summit, one of the Lemmy apps.
I want to be able to mark a post as read using an API call.
I understand that fetching the post itself using the account JWT will mark the post as read for that account, however this also fetches a lot of data.
Trying to be as server friendly as possible, what is the least resource intensive way to mark a post as read and nothing else?
Also if there is a better place to ask this, please let me know.
Also if there is a better place to ask this, please let me know.
I recently learned there is [email protected]
5 0 ReplyOh wow. This looks perfect for this question. Thanks!
4 0 Reply
If it comes to it then there's nothing stopping you adding an endpoint for that yourself...
1 0 Reply