mirror of
https://github.com/matrix-org/synapse.git
synced 2025-09-26 08:01:28 +02:00
Not being able to serialise `frozendicts` is fragile, and it's annoying to have to think about which serialiser you want. There's no real downside to supporting frozendicts, so let's just have one json encoder.
2 lines
104 B
Plaintext
2 lines
104 B
Plaintext
Fix `Object of type frozendict is not JSON serializable` exceptions when using third-party event rules.
|