• 72 Posts
  • 12 Comments
Joined 1 year ago
cake
Cake day: July 8th, 2023

help-circle





















  • I’m a developer of a Lemmy client. When you upload an image to a Lemmy instance, the instance returns a “delete token”. Later, you can ask the instance to delete the image attached to the delete token. So as long as you keep hold of the delete token for a specific image, you’re able to delete it later.

    Lemmy-ui (the official frontend) will give you the option to delete an image again shortly after uploading it. However, it’s not possible to remove the image after actually creating the post, as the delete token associated with that post isn’t remembered anywhere on the Lemmy backend.

    As for other Lemmy clients, YMMV. The client I work on (Mlem) deletes images if you remove them from a post before posting it, but has the same pitfall as Lemmy-ui in that it won’t delete the image if you’ve already created the post.

    It would be possible to locally save the delete tokens of every image you upload, so that you can request that they be removed later. I don’t know of any clients that can do this yet, though (if someone knows of one, feel free to mention it).

    Edit: clarity







  • Mlem has been out of beta testing for a while; it’s available on the App Store. It offers all of the Lemmy features that the average user would use, except for post searching. It doesn’t yet support moderation/administration features.

    Although the app is fully out, we still improve it over time by releasing feature updates every few months (we’re planning to release an update this week, actually). That’s what I mean when I say “in constant development”.

    It’s vital that a Lemmy client has at least one active developer. When a new version of Lemmy is released, “breaking changes” are often included. These changes by the Lemmy developers require the client developers to modify their apps to support the new system. If there aren’t any developers left to make those modifications, the app can stop working.

    To gauge whether an app is still being developed, you can take a look at their GitHub/GitLab page. It tells you how recently the source code of the app was last modified. Voyager and Mlem both had changes less than a day ago, whereas Memmy hasn’t been touched for several months.

    What happened to Liftoff? I’m out of the loop