mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 12:26:02 -04:00
Finish redaction algorithm.
This commit is contained in:
parent
07286a73b1
commit
1c06806f90
5 changed files with 33 additions and 25 deletions
|
@ -56,17 +56,15 @@ class Pdu(JsonEncodedObject):
|
|||
"origin_server_ts",
|
||||
"type",
|
||||
"destinations",
|
||||
"transaction_id",
|
||||
"prev_events",
|
||||
"depth",
|
||||
"content",
|
||||
"outlier",
|
||||
"hashes",
|
||||
"user_id",
|
||||
"auth_events",
|
||||
"signatures", # Below this are keys valid only for State Pdus.
|
||||
"state_key",
|
||||
"prev_state",
|
||||
"required_power_level",
|
||||
"user_id",
|
||||
]
|
||||
|
||||
internal_keys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue