diff options
author | Erik Johnston <erik@matrix.org> | 2014-11-03 11:34:49 +0000 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2014-11-03 11:34:49 +0000 |
commit | f139c02e95e55f793c86ae6b7ad079d93aae0754 (patch) | |
tree | b46a9f61380b4e7058fdfc9eca5e627ff05f2f89 /synapse | |
parent | Sign events we create. (diff) | |
download | synapse-f139c02e95e55f793c86ae6b7ad079d93aae0754.tar.xz |
Formatting
Diffstat (limited to 'synapse')
-rw-r--r-- | synapse/storage/__init__.py | 5 |
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", ] } |