summary refs log tree commit diff
path: root/synapse/util/frozenutils.py
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-06-17 11:55:03 +0100
committerGitHub <noreply@github.com>2020-06-17 11:55:03 +0100
commitf975330925e40929bff49373fe4c3476d3d8a251 (patch)
treebca4276dfbe3dd38c52bbbbd6bbc853c21c4ced8 /synapse/util/frozenutils.py
parentMerge pull request #39 from matrix-org/dinsic-release-v1.12.x (diff)
parentAdd changelog (diff)
downloadsynapse-f975330925e40929bff49373fe4c3476d3d8a251.tar.xz
Merge pull request #45 from matrix-org/dinsic-release-v1.14.x
Merge mainline release v1.14.0 into dinsic
Diffstat (limited to 'synapse/util/frozenutils.py')
-rw-r--r--synapse/util/frozenutils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/util/frozenutils.py b/synapse/util/frozenutils.py

index f2ccd5e7c6..9815bb8667 100644 --- a/synapse/util/frozenutils.py +++ b/synapse/util/frozenutils.py
@@ -65,5 +65,5 @@ def _handle_frozendict(obj): ) -# A JSONEncoder which is capable of encoding frozendics without barfing +# A JSONEncoder which is capable of encoding frozendicts without barfing frozendict_json_encoder = json.JSONEncoder(default=_handle_frozendict)