mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-01-27 18:13:12 -05:00
ca80beb653
* Technically `if`/`else` is faster than using `[value1, value2].compact.min` to find the lesser of two values, one of which may be `nil`.