The API is now always enabled (the with_mastodon_api compiler flag has been removed).
Added
- Mastodon-compatible API:
/api/v1/accounts/api/v1/accounts/lookup/api/v1/accounts/:id/api/v1/accounts/:id/statuses/api/v1/accounts/:id/following/api/v1/accounts/:id/followers/api/v1/accounts/relationships/api/v1/follow_requests/api/v1/polls/:id/votes/api/v1/preferences
Fixed
- Correctly resolve
keyIdfromSignatureheader for inbox verification.
Changed
- Support both offset and cursor-based pagination in JSON collections.
- Switch following/followers pages to cursor-based pagination.