summary refs log tree commit diff
path: root/synapse
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-12-16 13:27:53 +0000
committerErik Johnston <erik@matrix.org>2014-12-16 13:27:53 +0000
commit35f4f6b07019a9815fb06529412c35a65c3cd285 (patch)
tree67cc37882b2bc68c6c477a8de1f1208182c99640 /synapse
parentPersist internal_metadata (diff)
downloadsynapse-35f4f6b07019a9815fb06529412c35a65c3cd285.tar.xz
Update upgrade script
Diffstat (limited to 'synapse')
-rw-r--r--synapse/storage/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py

index 26f205ae8f..cc1dcc2e74 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py
@@ -156,7 +156,7 @@ class DataStore(RoomMemberStore, RoomStore, ] } - metadata_json = encode_canonical_json( + metadata_json = encode_canonical_json( event.internal_metadata.get_dict() )