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?
Alexandrite
Alexandrite is a desktop-first alternative Lemmy client.
Find a bug or have a feature request? Create an issue on Github, or post here.
Oooh that's an interesting idea. Maybe in the future!
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?
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.
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".
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.
Oh sorry, I will look into it!
Thanks for the quick response. I wouldn't be browsing Lemmy on my PC if it wasn't for Alexandrite.
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!
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
Sweet, thanks for letting me know! This is definitely the kind of bug I like getting fixed ASAP!