mirror of
https://github.com/discourse/discourse.git
synced 2025-02-12 22:34:57 +00:00
Prior this fix a topic created in the future could generate this exception: ``` Job exception: ERROR: a negative number raised to a non-integer power yields a complex result ``` This fix and spec should ensure we don't consider topics in the future as the rest of the `update_scores` function is doing at other places.