this post was submitted on 18 Oct 2025
31 points (97.0% liked)

Fediverse

37526 readers
6 users here now

A community to talk about the Fediverse and all it's related services using ActivityPub (Mastodon, Lemmy, KBin, etc).

If you wanted to get help with moderating your own community then head over to !moderators@lemmy.world!

Rules

Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)

founded 2 years ago
MODERATORS
 

Accidentally found earlier today you can follow communities/magazines as "group"-tagged users in Mastodon, e.g. https://mastodon.social/@fediverse@lemmy.world

The problem is that posts in the community appear as boosts on Mastodon, and even replies are treated as posts. So if you follow a community with high engagement there, your feed easily gets flooded by replies people make to a given post.

Hope that helps ^_^

you are viewing a single comment's thread
view the rest of the comments
[โ€“] ada@piefed.blahaj.zone 8 points 1 week ago (1 children)

Friendica handles that situation well, because it treats the top most post/comment that it's aware of as the parent, and then any replies as children, and then it only ever displays the parent. You can then sort your timeline to either show the parents in the order they were posted, or by the order of most recent activity.

Either way, 100 replies to a parent post means it still only appears once in your timeline.

The way Friendica does timelines is something I wish more micro blogging activitypub platforms would implement.

[โ€“] Auster@thebrainbin.org 5 points 1 week ago

That's something that's been bothering me on the microblogging side of Mbin too, how replies to posts are presented. There, all replies appear on the feed, and they're also on a parallel code block to the post, so even browser scripts or filters have trouble picking them.

Your comment gives me some ideas, so will be poking on the Mbin issues tracker later. Thanks! ^_^