diff options
author | Erik Johnston <erik@matrix.org> | 2015-02-11 15:44:28 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2015-02-11 15:44:28 +0000 |
commit | ddb816cf60ca1b0c0f9bfab5df233a010ac309a3 (patch) | |
tree | c3db58914617f2375c603f6c5d1eb8ca5d2600b2 /synapse/util/frozenutils.py | |
parent | Blunty replace json with simplejson (diff) | |
download | synapse-ddb816cf60ca1b0c0f9bfab5df233a010ac309a3.tar.xz |
Don't unfreeze when using FreezeEvent.get_dict, as we are using a JSONEncoder that understands FrozenDict
Diffstat (limited to '')
-rw-r--r-- | synapse/util/frozenutils.py | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/synapse/util/frozenutils.py b/synapse/util/frozenutils.py |