Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix FetchAtomService content type handling #9132

Merged
merged 3 commits into from
Oct 30, 2018
Merged

Fix FetchAtomService content type handling #9132

merged 3 commits into from
Oct 30, 2018

Commits on Oct 28, 2018

  1. Add profile to json+ld in Accept

    It's required by the ActivityPub spec
    valerauko committed Oct 28, 2018
    Configuration menu
    Copy the full SHA
    bbafd2c View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

  1. Use headers['Content-type'] instead of mime_type

    mime_type strips the profile from the content type, but it's still available raw in the headers hash
    valerauko committed Oct 30, 2018
    Configuration menu
    Copy the full SHA
    10550a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4f5f80a View commit details
    Browse the repository at this point in the history