this post was submitted on 07 Jul 2024
9 points (100.0% liked)
Summit
801 readers
9 users here now
Community to discuss Summit, a Lemmy reader for Android.
App (Play Store): https://play.google.com/store/apps/details?id=com.idunnololz.summit
APK: https://github.com/idunnololz/summit-for-lemmy/releases
Support the app
Website: https://summit.idunnololz.com/
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Thanks for the report! I'm looking into it now.
I found the cause. It looks like there was a breaking change to the
mark_as_read
endpoints in v0.19.5 in order to support a list of posts as opposed to a single post. I'll look into a fix.Let me guess, it was a String and now it's an Array of Strings.
Yep. It also name changed from post_id to post_ids