Use Content.hashes() instead of Content.to_dict() where it makes sense.
.hashes() returns a subset of .to_dict(), so it was accidentally used instead.
Migrated from D2724 (view on Phabricator)
Staging instance, all changes can be removed at any time
.hashes() returns a subset of .to_dict(), so it was accidentally used instead.
Migrated from D2724 (view on Phabricator)