mirror of
https://github.com/discourse/discourse.git
synced 2025-03-06 19:29:51 +00:00
We're seeing some deprecation warnings in production. This is because we're passing a raw Ruby timestamp, which gets stringified implicitly when written to Redis. As per #15842, this conversion needs to be done explicitly.