mirror of
https://github.com/discourse/discourse.git
synced 2026-08-02 09:29:37 -05: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.