"how horrendous performance"
misskey replies only return one "layer" of replies per call. and ahs a separate call for the parents. mastodon returns all replies of a depth PLUS the parent posts
to emulate the misskey behavior of one layer per reply, i am currently calling the mastodon endpoint that returns evrything for every reply. this is an unimaginable amount of duplicate requests which do not need to happen at all. fixing this is gonna be FUN