mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-06 17:29:27 +01:00
Use Rails smart boolean cast to account for values such as "f", "0", "false", etc. Previously, if a param was present in the request, it would count as true.