mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-29 03:07:05 -05:00

We currently pass FrozenEvent instead of `dict` to `compute_event_signature`, which works by accident due to `dict(event)` producing the correct result. This fixes PR #4493 commit 855a151