Yes, clients build their own UIs and decide how to present things.
dessalines
I’m starting to get annoyed by seeing the same post 4 or 5 times in a row. I sort by New and since the posting happens concurrently, they just spam my feed with a page of identical posts.
lemmy-ui has a front page de-duplicator that combines cross-posted links (preferring the first one, but showing the others in a single text line) so you don't see them multiple times in the feed. Any other front end could add this, the code freely available for anyone to use.
so it would be necessary to aggregation crosspost comments, interleaving them under the single, unique, unfiltered post.
lemmy's GetPostResponse contains a list of crossposts, and it's up to UI's if they want to try to combine comments from those (by calling getcomments), in whatever way they'd like. In lemmy-ui we've chosen to link the posts at the top rather than combine comment threads.
Damn... their depravity knows no bounds.
They can just verify they're from europe in that case.
Pure orientalism / white = good.
The USA isn't a democracy either, its a capitalist dictatorship
Your "pluralistic liberal democracy" is the most evil empire in world history.
One is that Palestinians are a semitic peoples, while the settlers are nearly all euro-amerikkkan origin. So even by Israel's old testament blood quantum calculus, they have much less claim to the land than the indigenous peoples do.
Np!
Most of us have no idea what that is, might be good to link something.
Definitely. It'd be way too dangerous for them to hand the destroy the world keys over to a nation even Reagan had to tell to chill out.
I'm sure there's less than 30 people who know this, but I wonder if Israel is actually in control of their own nukes, or if the US is maintaining control.
I know the US tried to use Israel as an intermediary to give nuclear weapons to apartheid south Africa, and that probably came with restrictions of final US control also.
I can't tell which version of lemmy-ui you're running, or the env vars without your dockerfile.
Env vars are here: https://github.com/LemmyNet/lemmy-ansible/blob/main/examples/vars.yml#L43