Skip to content

Use atoms as keys in `ActivityPub.fetch_*` options

minibikini requested to merge activity-pub-use-atoms-as-keys into develop

The OpenAPI plug casts param names to atoms and currently, we convert it to strings in many places. This MR changes ActivityPub and Pagination to accept options as a map with atoms as keys.

Merge request reports