mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 09:06:06 -04:00
Begin implementing all the PDU storage stuff in Events land
This commit is contained in:
parent
da1dda3e1d
commit
2d1dfb3b34
9 changed files with 485 additions and 42 deletions
|
@ -71,7 +71,9 @@ class SynapseEvent(JsonEncodedObject):
|
|||
"outlier",
|
||||
"power_level",
|
||||
"redacted",
|
||||
"prev_pdus",
|
||||
"prev_events",
|
||||
"hashes",
|
||||
"signatures",
|
||||
]
|
||||
|
||||
required_keys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue