@osma So, long story short: every object has a `replies` property, which is a collection of all the replies to that object. The author can make a `Remove` activity, to remove a reply from that collection. That should propagate to other servers, so they can keep a sync'd copy of the replies (or fetch it from the originating server).
That's how it's supposed to work, at least.