Skip to content

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)

Merge request reports