summary refs log tree commit diff
path: root/contrib/graph
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2015-02-16 13:15:41 +0000
committerErik Johnston <erik@matrix.org>2015-02-16 13:15:41 +0000
commita5ad6f862c75a2d4c9ed5d57537c529053002daa (patch)
treea93ce3377b8ab1530939e8f0d78a2ba496b61de8 /contrib/graph
parentMerge branch 'hotfixes-v0.7.0f' of github.com:matrix-org/synapse into develop (diff)
downloadsynapse-a5ad6f862c75a2d4c9ed5d57537c529053002daa.tar.xz
Fix contrib/graph/graph2.py to handle FrozenDict
Diffstat (limited to 'contrib/graph')
-rw-r--r--contrib/graph/graph2.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/contrib/graph/graph2.py b/contrib/graph/graph2.py
index 6b551d42e5..d0d2cfe7c0 100644
--- a/contrib/graph/graph2.py
+++ b/contrib/graph/graph2.py
@@ -21,6 +21,7 @@ import datetime
 import argparse
 
 from synapse.events import FrozenEvent
+from synapse.util.frozenutils import unfreeze
 
 
 def make_graph(db_name, room_id, file_prefix, limit):
@@ -70,7 +71,7 @@ def make_graph(db_name, room_id, file_prefix, limit):
             float(event.origin_server_ts) / 1000
         ).strftime('%Y-%m-%d %H:%M:%S,%f')
 
-        content = json.dumps(event.get_dict()["content"])
+        content = json.dumps(unfreeze(event.get_dict()["content"]))
 
         label = (
             "<"