Highlighting the recent report of users and admins being unable to delete images, and how Trust & Safety tooling is currently lacking.

  • Sean Tilley@lemmy.ml
    hexagon
    M
    ·
    4 months ago

    Hey everyone, I just wanted to thank you for the lively conversation and thought-provoking insights.

    We don't have to agree on every point (or at all), but I've decided to synthesize a lot of thoughts and ideas from these conversations into a blog post: https://deadsuperhero.com/2024/03/economic-musings-on-federated-networks/

    • thelastaxolotl [he/him]
      ·
      4 months ago

      If your are going to act so entitled just because the devs get 2k euro a month (which is under the average income in france and germany) you should just go back to reddit

      • goferking0@lemmy.sdf.org
        ·
        4 months ago

        I generally think these guys are being a bunch of assholes.

        However, some people in the comment threads challenged my point of view, and stated that users have no rights to demand anything from developers who give away their work for free.

        Just wow that is how they start it

    • zkrzsz [he/him]
      ·
      edit-2
      4 months ago

      TL;DR: it came out that some devs of one of the biggest platforms in their respective space neglected to bring in some very basic functionality regarding the ability for users, mods, and admins to delete images that were uploaded. When a user asked about having this functionality, especially in the context of GDPR compliance, the devs acted like a bunch of entitled dicks, effectively bellowing at the person for daring to make such demands of their time.

      I generally think these guys are being a bunch of assholes.

      Software engineer full-time ~70k/year, lemmy dev 24k/year. You should look into the mirror.

      And it's not that the devs won't fix the issue but there are other issues with more priorities than this. Europe is not the only continent. So just like any other FOSS projects, wait for it or smash money if it's really important or do it yourself.

      Btw based on Nutomic's comment, it's fixed next release if you bother to look before making 2 articles back to back.

      spoiler

      Unfortunately there was some miscommunication in this issue and we failed to get to the root cause. In fact the Lemmy backend has an option to delete all content when an account is deleted. This used to be the default behaviour but was changed in 0.19 so you need to set a parameter delete_content. We failed to add a checkbox for this parameter to lemmy-ui.

      However the checkbox is added now in #2385 and will be included in the next Lemmy release. Other frontends and clients may also need to adjust the delete_account api call.