mirror of
https://github.com/discourse/discourse.git
synced 2026-08-13 14:35:08 -05: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.