I suggest adding embedding Mastodon/ Akomma/ Misskey support as it will highly improve the experience of adding posts from there instead of taking screenshots of microblogs.

The way it would work is you add format to support including microblogs, so in clients there would be a button where you you paste the link and it would fetch the text and the details.

  • unexposedhazard@discuss.tchncs.de
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    1
    ·
    1 day ago

    That would cause every client to automatically connect to those platforms to pull data which raises privacy concerns because it leaks your IP. Externally embedded images do this too, but most people upload them to their instance.

    • mark@programming.dev
      link
      fedilink
      English
      arrow-up
      1
      ·
      1 day ago

      Would surely overload servers too, as an infinite amount of instances make tons of requests all at once at random times. Oof.

      • Tuukka R@piefed.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        23 hours ago

        This needs to be fixed. For example by adding a random waiting time before making the request.

      • unexposedhazard@discuss.tchncs.de
        link
        fedilink
        English
        arrow-up
        1
        ·
        1 day ago

        Yeah. Its just not a good thing to add to the base UI. If someone wants to add this to any of the many lemmy clients they can do it easily, but its a very bloated thing to do. It would probably require loading lots of external javascript every time you open a post.