cross-posted from: https://lemmy.world/post/17779430

A large percentage of threads I’ve created or participated in have been deleted. Worse is that when visiting the URL everything is completely gone.

This is much more drastic when compared with Reddit thread deletions, where the thread is there and so is the discussion. And the creator of the thread has access to their content.

The Lemmy method discourages people from participating in threads and creating high-quality content, much more so than the Reddit method.

A bunch of lively and useful discussions on Lemmy have completely disappeared. And it makes it seem like a waste of time to even contribute content here.


EDIT: I see that the “fediverse” link for posts has been removed. I posted this to lemmy.ml from a lemmy.world account and there’s no way for me to get the lemmy.ml link now. And when I crosspost it it shows a lemmy.world link instead of the lemmy.ml one. I think this should be changed [back].

  • Nothing4You
    link
    English
    22 months ago

    I’m not saying it’s technically impossible, although it would likely be a bit challenging to integrate on the technical level, as the community instance has no authority to modify the post itself other than removing it from the community at this point.

    The existing fedilink is already present for technical reasons anyway, so this is currently only showing existing data.

    Why would you want a lemmy.ml link though? On Lemmy you’re typically intending to stay on your own instance, which many third party apps already implement. For Lemmy UI there is already a feature request to implement this, although it might still take some time to get done. If you have the canonical link to an object (which will always point to the users instance) Lemmy can look up which post/comment you’re referring to in its db without any network calls when it already knows about the entry. If you were linking to the lemmy.ml version of that post then the instance would first have to do a network request to resolve that and then it would realize it’s actually the lemmy.world version that it may or may not know about already.

    • @[email protected]OP
      link
      fedilink
      English
      -12 months ago

      Why would you want a lemmy.ml link though?

      That’s where the thread is. It was created on lemmy.ml and crossposted to lemmy.world. When crossposting from lemmy.ml to lemmy.world it says “crossposted from lemmy.world”, which is wrong and confusing, and defeats the purpose of crossposting (informing people about similar communities or other instances).

      • Nothing4You
        link
        English
        72 months ago

        Except it wasn’t created on lemmy.ml, it was created on lemmy.world.

        lemmy.world then informed lemmy.ml that it is intended to be published in the community that it was created for.

        It doesn’t say “crossposted from lemmy.world” but “crossposted from canonical_post_url”. This is not wrong in any way, although it might be a bit confusing and could likely be improved by including a reference to the community. The instance domain should for the most part just be a technical detail there.

        It should also be noted that this format of crossposting is an implementation detail of Lemmy-UI and other clients may handle it differently (if they’re implementing crossposting in the first place).