mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 21:44:52 -04:00
Fix joining over federation
This commit is contained in:
parent
8b0e96474b
commit
49948d72f3
5 changed files with 55 additions and 56 deletions
|
@ -61,7 +61,6 @@ class SynapseEvent(JsonEncodedObject):
|
|||
"replaces_state",
|
||||
"redacted_because",
|
||||
"origin_server_ts",
|
||||
"auth_events",
|
||||
]
|
||||
|
||||
internal_keys = [
|
||||
|
@ -75,6 +74,7 @@ class SynapseEvent(JsonEncodedObject):
|
|||
"hashes",
|
||||
"signatures",
|
||||
"prev_state",
|
||||
"auth_events",
|
||||
]
|
||||
|
||||
required_keys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue