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 ^_^
ada@piefed.blahaj.zone 1 hour ago
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 1 hour 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! ^_^