cross-posted from: https://lemm.ee/post/34248154
“Failed to mark post as read” errors
I see this error almost every time I open the comments on a post.
My server is lemm.ee. Does it not support the “mark as read” feature?
You must log in or # to comment.
Yes, lemm.ee has all the standard Lemmy features. However, the format for this request has changed, and it seems the app has not been updated yet.
For technical context: your app is trying to use the singular
post_id
field when marking posts as read. This field was marked as deprecated several releases ago, as it was replaced by apost_ids
array field, in order to enable marking multiple posts as read at the same time. The deprecatedpost_id
field has been removed in Lemmy 0.19.4.