Formatting

This commit is contained in:
Erik Johnston 2014-11-03 11:34:49 +00:00
parent 7249785bcb
commit f139c02e95

View file

@ -199,7 +199,10 @@ class DataStore(RoomMemberStore, RoomStore,
k: v k: v
for k, v in event.get_full_dict().items() for k, v in event.get_full_dict().items()
if k not in vals.keys() and k not in [ if k not in vals.keys() and k not in [
"redacted", "redacted_because", "signatures", "hashes", "redacted",
"redacted_because",
"signatures",
"hashes",
"prev_events", "prev_events",
] ]
} }