@kemona_halftau @nyanpasu64 what’s the lowest common bio length limit to be accepted from remote instances? akkoma’s default seems to be 5000 (and the same limit is used for both local and remote, which I did not know when I set mine to 65535), and your bio is only 3029 characters (in HTML, according to select length(bio) from users where ap_id = 'https://sharkey.skydevs.me/users/afjv12aww6ae01kq';)
@seabass @neil I think reply controls of the kind that’s actually implementable without changing how every implementation does replies (that is, just reject them locally) are already partially possible on Pleroma/Akkoma using MRF (the Message Rewrite Facility). Rejecting replies to a certain user is certainly possible with an MRF filter, the only thing missing is a way for the user to specify this per-post.