Which of the top 4 Fediverse server projects will be the first to implement the ActivityPub API?
Which of the top 4 Fediverse server projects will be the first to implement the ActivityPub API?
Which of the top 4 Fediverse server projects will be the first to implement the ActivityPub API?
This was an interesting poll! I think Mastodon is the best fit.
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).