mirror of
https://github.com/discourse/discourse.git
synced 2025-05-06 16:24:49 +08: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.