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.
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!
Learn more at these websites: Join The Fediverse Wiki, Fediverse.info, Wikipedia Page, The Federation Info (Stats), FediDB (Stats), Sub Rehab (Reddit Migration)
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.
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.
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! ^_^
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.