Nice, I'm glad you sorted it :)
Thanks for the bug report. It looks like your username or password might be incorrect?
Mlem currently displays "something went wrong" when you get the password wrong for a PieFed instance. This is a bug - for a Lemmy instance, it shows "password is incorrect". I've opened an issue to track this bug: https://github.com/mlemgroup/mlem/issues/2599
Thank you for the feedback, this is really helpful. I've created issues to track these feature requests and will let you know if we make any progress.
Unfortunately, there isn't :( Lemmy is returning an error message back to us, so we can't look any deeper without having access to the server logs. Usually a 400 status indicates that we're sending the request wrong.
Having an exact post/comment and report reason that this error occurs with would be helpful, though I understand you might not want to share that information.
Thanks. Is your report reason quite long? There's a maximum limit of 200 characters, it seems. If that's not it, I've got no idea what's causing this :(
PieFed can do this
Thank you, we'll look into this. Are you on the TestFlight or the App Store version?
Hi, thanks for letting us know. Unfortunately I can't reproduce this issue at the moment; reporting works for me :(
Next time you see this issue, could you please tap on the error popup and copy-paste the error message here? You can also go to Settings -> Developer -> Error Log to see all errors since the app was opened.
If there was a readAt date for the post, we'd be able to highlight comments created since that date. I don't think tracking a readAt date is much less private than tracking a read boolean, which you're already doing. It could always be made opt-out, if people are concerned about it. Having the date that someone read a post isn't as exploitable as the link click tracking you mention, I don't think.
Thanks for the info :) Lemmy 1.0 tracks a readAt timestamp; maybe it's worth looking at how they're doing it.
Currently, we are missing API support for this. Lemmy 1.0 (the upcoming version of Lemmy) includes this feature, so we'll add support for it when Lemmy 1.0 is released :)
This would be possible to implement for PieFed, but not for Lemmy. It will become possible in Lemmy 1.0, though. Thanks for the suggestion - I’ve opened an issue on our GitHub to track this :)