synapse/changelog.d/8678.bugfix
Richard van der Hoff b6ca69e4f1 Remove frozendict_json_encoder and support frozendicts everywhere
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.
2020-10-28 15:56:57 +00:00

1 line
104 B
Text

Fix `Object of type frozendict is not JSON serializable` exceptions when using third-party event rules.