this post was submitted on 27 Aug 2024
17 points (100.0% liked)

Lemmy

12440 readers
3 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

It's a great feature while browsing All/Subscribed/Local, but some people (including me) seem to think this can be confusing/annoying while browsing a specific community directly.

https://github.com/LemmyNet/lemmy-ui/issues/2104

Any thoughts on this?

top 7 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 2 weeks ago* (last edited 2 weeks ago) (2 children)

I agree that crossposts (be it the same community or not) should be visible from All / Local / Subscribed feeds.

It is currently not the case (only one post is showed, I never understood which one was selected) the other post is completely invisible, this hides conversation which might happen in two places at the same time

Ideally there would be an indication about the crossposts in the feeds themselves (rather than at the post level like currently) to avoid this

[–] [email protected] 2 points 2 weeks ago (1 children)

I think you could list the instances/communities its been posted to in order of: ones you're subbed to, ones in your instance, and finally the rest. All in alphabetical order. Obviously would want some options to change aspects to fit people's preferences/needs.

[–] [email protected] 1 points 2 weeks ago

That would be nice

[–] [email protected] 1 points 2 weeks ago

I really like the feature for All/Local/Subscribed, but maybe it's a temporary solution until we get some better method to group communities and post to a group of communities instead of posting to communities individually

[–] [email protected] 1 points 2 weeks ago (1 children)

Make it a client side option

[–] [email protected] 2 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

It is. Different clients handle it differently. If you note, the repository where the request is made is for lemmy-ui, not lemmy backend.

E.g. Photon shows a single item with a dropdown to expand matching posts if they were posted at the same, which is common with cross-posts on All, Local, Subscribed feeds.

And then it lists all cross-posts on individual pages in a neat list with stats like votes, number of comments, etc.

[–] [email protected] 2 points 2 weeks ago

That's nice