Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix account JSON/RSS not being cacheable due to wrong mime type compa…
…rison (mastodon#13116) `request.format` is not a symbol but a `Mime::Type`, so the condition actually never matched, and a session was created even for those requests, preventing caching.
- Loading branch information