]> cat aescling's git repositories - mastodon.git/commit
Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#13116)
authorThibG <thib@sitedethib.com>
Wed, 19 Feb 2020 21:31:53 +0000 (22:31 +0100)
committerGitHub <noreply@github.com>
Wed, 19 Feb 2020 21:31:53 +0000 (22:31 +0100)
commitd8e9bae482b2921c3a06e6d94c0b8a07cf0c41ff
tree2a36318574c8c3cc6d45c0130e420ec1ae6abba6
parent1314bba68a5f2d271312bad08f108e1ff56c2c00
Fix account JSON/RSS not being cacheable due to wrong mime type comparison (#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.
app/controllers/accounts_controller.rb