mirror of
https://mau.dev/maunium/synapse.git
synced 2024-11-04 05:38:57 +01:00
Formatting
This commit is contained in:
parent
7249785bcb
commit
f139c02e95
1 changed files with 4 additions and 1 deletions
|
@ -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 a new issue