mirror of
https://github.com/discourse/discourse.git
synced 2025-03-20 05:45:32 +08:00

We were calling `dup` on the hash and using that to check for changes. However, we were not duplicating the values, so changes to arrays or nested hashes would not be detected.