[Release][v1.67.4] Add support for PieFed
(lemmy.world)
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 16 Jul 2025
80 points (100.0% liked)
Summit
1075 readers
6 users here now
Community to discuss Summit, an open-source 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
Source: https://github.com/idunnololz/summit
Support the app
Website: https://summit.idunnololz.com/
founded 2 years ago
MODERATORS
Editing comments after posting doesn't seem to work. Comment box flashes but still shows the original comment.
Urg. I blame PieFed for this one. The API documentation clearly says that Posts and Comment objects have a field named
updated
but the server actually returns it asedited_at
. This value is used by the client to determine if a post/comment needs to be re-rendered.Update Will fix in a patch update.