34
5

[ TestFlight Update ] Mlem TestFlight Patch Notes 2025-12-13

6mon 6d ago by lemmy.ml/u/ericbandrews in mlemapp@lemmy.ml from lemmy.ml

Features

  • Added the ability to export comment threads as images
  • Instance blocking is now available on PieFed
  • Updated settings styling

Bug Fixes

  • Hid the option to filter comment search by instance on PieFed (not supported by API)
  • Vote settings in the instance details view now read Yes/No instead of Enabled/Disabled

Added the ability to export comment threads as images

Holy shit yes!! I missed this so much from apollo!!

option to filter comment search by instance

Does this mean to search only for comments from users of a specific instance? Or does it mean comments made in communities local to a specific instance? I wasn't even aware this was in lemmy's api.

We require searching by comment to support listing_type=Local in order to support instance filtering (this PieFed issue). I see you've just added support for that, so we'll re-enable the feature for the upcoming PieFed version release. Thanks :)

Mlem implements filtering by instance by sending a request with listing_type=Local to whichever instance you filter by. This shows comments made in communities on that instance. The Lemmy API does not have a way to filter by a specific non-local instance.

That makes sense! Thanks for the explanation.

Keep up the great work!