mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Formatting
This commit is contained in:
parent
7249785bcb
commit
f139c02e95
@ -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",
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user