Alexandrite now has cross-posting! You can cross post from the ‘…’ menu on posts:

crosspost menu

You then pick a community from your subscriptions, or search for any other community, or directly enter the full name like alexandrite@lemmy.world if you want a very specific one and don’t want to bother with searching.

community selector

And links to cross-posts will now show when viewing a posts:

Alexandrite now matches Lemmy-UI handling taglines. If an instance has any taglines set it will now pick a random one instead of showing all of them.

taglines

Lastly if you have NSFW thumbnail handling set to “Hide” or “Blur”, it will now hide/blur thumbnails when a post is in a NSFW community, even if the post itself isn’t marked NSFW, as the post is probably actually NSFW anyway and it’s better to be safe than sorry.

Github release notes

  • Nix
    link
    fedilink
    English
    310 months ago

    Thats great! Any chance threads will be able to show comments from all cross posts with a little indicator displaying what community/thread the comments are from?

    • @sheodoxOPM
      link
      English
      410 months ago

      Oooh that’s an interesting idea. Maybe in the future!

      • @[email protected]
        link
        fedilink
        English
        210 months ago

        It’s a relatively common request. Do you think it makes more sense in the front or back end (though it could exist in both I suppose)?

        How would the backend handle cross posts to communities not visible or subscribed to on that instance? See such cross posts even possible? Are they even listed?

        • @sheodoxOPM
          link
          English
          310 months ago

          Lemmy doesn’t have that strong of a “concept” of cross posts. The way it appears to work is that all posts linking to the same URL are all considered cross-posts of each other, so I bet the cross posts Lemmy’s API gives are basically just search results for that URL. When making a cross post there’s nothing that I’m doing to identify that it’s a cross post, but it knows.

          I’m not sure what’d be best. Backend would maybe be the least taxing, but at any rate the amount of work to be done to gather all the comments goes up as the number of cross-posts increeases, so 8 cross posts means you have to request 8 times the number of comment lists.

          Maybe a good middle ground could be a menu that shows you a bit more of the cross post (because you can completely change the post body for example, or just link to the same thing on a brand new post) and let you select which post’s comments you’d like to see.

          • @[email protected]
            link
            fedilink
            English
            210 months ago

            Lemmy doesn’t have that strong of a “concept” of cross posts.

            Yea, there’s an issue (on GitHub) to show not just cross-posts with the same URL (which only works for posts with a URL in the first place), but also to anytime a cross-post is made, which, along with the idea of being able to view a merge of the comments, seems like a nice idea … along with things like multi-communities/community-groups, it would facilitate more connectivity and/or user-driven etching out of customisable “spaces”.

  • tsekel
    link
    English
    110 months ago

    I have an issue with NSFW content showing unblured, while browsing. This is an issue while browsing Cards. The image itself is blured as a thumbnail, when the post is opened, and it unblures when hovering above it. Could there be an option to blur all images, unless clicked open.

    Browsing local and having random nsfw posts in their full glory is rather not pleasant.

    • @sheodoxOPM
      link
      English
      210 months ago

      Oh sorry, I will look into it!

      • tsekel
        link
        English
        210 months ago

        Thanks for the quick response. I wouldn’t be browsing Lemmy on my PC if it wasn’t for Alexandrite.

        • @sheodoxOPM
          link
          English
          210 months ago

          Just to confirm, the issue you’re reporting is that NSFW images in the post list when using Cards are unblurred? I just released a fix for that, so let me know if you were having any other issues.

          I totally meant for those to be blurred in the first place, but had run into issues during development and apparently forgot to go back and fix it, so no new setting either!

          • tsekel
            link
            English
            210 months ago

            Yeah, that is what I meant. They just didn’t blur even if I was hovering my mouse outside of an image. It works now. Thanks

            • @sheodoxOPM
              link
              English
              210 months ago

              Sweet, thanks for letting me know! This is definitely the kind of bug I like getting fixed ASAP!