Skip to content

activitypub: following, followers and outbox endpoints on actors

kaniini requested to merge kaniini/pleroma:feature/activitypub-endpoints into develop

This branch implements the following, followers and outbox endpoints on ActivityPub actors.

The following and followers endpoints are necessary for full compatibility with other ActivityPub implementations, and the outbox endpoint is outright required by the ActivityPub spec.

Merge request reports