mirror of
https://github.com/discourse/discourse.git
synced 2025-03-07 19:59:33 +00: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.