summary refs log tree commit diff
path: root/synapse/storage
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-03 11:34:49 +0000
committerErik Johnston <erik@matrix.org>2014-11-03 11:34:49 +0000
commitf139c02e95e55f793c86ae6b7ad079d93aae0754 (patch)
treeb46a9f61380b4e7058fdfc9eca5e627ff05f2f89 /synapse/storage
parentSign events we create. (diff)
downloadsynapse-f139c02e95e55f793c86ae6b7ad079d93aae0754.tar.xz
Formatting
Diffstat (limited to 'synapse/storage')
-rw-r--r--synapse/storage/__init__.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/synapse/storage/__init__.py b/synapse/storage/__init__.py

index 1f39a4094e..6b8fed4502 100644 --- a/synapse/storage/__init__.py +++ b/synapse/storage/__init__.py
@@ -199,7 +199,10 @@ class DataStore(RoomMemberStore, RoomStore, k: v for k, v in event.get_full_dict().items() if k not in vals.keys() and k not in [ - "redacted", "redacted_because", "signatures", "hashes", + "redacted", + "redacted_because", + "signatures", + "hashes", "prev_events", ] }