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

Fediverse

37480 readers
24 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 ^_^

top 4 comments
sorted by: hot top controversial new old
[–] rimu@piefed.social 10 points 4 days ago

Yeah, don't do that.

You can follow PieFed users on Mastodon though - put the url of their profile into the search on Mastodon then click follow.

[–] ada@piefed.blahaj.zone 8 points 4 days 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 4 days 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! ^_^

[–] julian@activitypub.space 3 points 4 days ago

auster@thebrainbin.org you're right, the experience is definitely sub-par, and it's because both Mastodon and the Threadiverse use the Announce activity for different purposes.

Mastodon uses it to boost posts to the feed (overriding existing logic re: replies being suppressed), and the Threadiverse uses it to keep different instances up to date.

It could be made better in that when a group actor announces a reply, Mastodon doesn't promote it to the feed. Not sure if that's easy to do.