diff options
author | Erik Johnston <erik@matrix.org> | 2014-12-16 13:27:53 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-12-16 13:27:53 +0000 |
commit | 35f4f6b07019a9815fb06529412c35a65c3cd285 (patch) | |
tree | 67cc37882b2bc68c6c477a8de1f1208182c99640 /synapse/storage/__init__.py | |
parent | Persist internal_metadata (diff) | |
download | synapse-35f4f6b07019a9815fb06529412c35a65c3cd285.tar.xz |
Update upgrade script
Diffstat (limited to 'synapse/storage/__init__.py')
-rw-r--r-- | synapse/storage/__init__.py | 2 |
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() ) |