mirror of
https://github.com/discourse/discourse.git
synced 2025-02-05 19:11:13 +00:00
f7990ec8f6
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.