ether+nick

People seemed to get caught up on the idea that implementing the ActivityPub API requires dumping any other API that is implemented. Definitely untrue!

Even considering the maintenance load, it's not a huge lift. The read-only part of the API has to be implemented for the federation protocol anyway.

Implementing the read-write part of the API just means adding a single POST endpoint for the actor outbox, with some kind of switch statement on the 10 activity types (and ~3 undo types).