Should the original poster be able to remove replies to their post?

#EvanPoll #poll

Strong yes
31.8%
Qualified yes
36.5%
Qualified no
19.6%
Strong no
12.1%
Poll ended at .

So, I'm a strong yes.

Every ActivityPub post has a `replies` collection that contains all the replies to the post. The definitive version lives on the original poster's server.

The OP should be able to either approve replies before they're added to this collection, or remove them from the collection if they're added automatically.

The UI for ActivityPub apps should use this `replies` collection when showing the replies to a post. (Many of them currently just search for replies locally.)
If someone replies to a post, and the reply isn't added to the `replies` collection, it's still visible in the replier's feeds, to their followers, etc. It just doesn't appear in the UI for the original post.
I think this strikes a fair balance between freedom of speech and freedom of reach. Anyone has a right to reply to any post, but they don't have a right to a spot on that post's replies page.
@evan this is a pretty compelling combination of fairness, respect to everyone involved, and relative ease of implementation. Seems rare!