mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 22:08:39 -04:00
Add hash of current state to events
This commit is contained in:
parent
3b4dec442d
commit
97a096b507
2 changed files with 11 additions and 1 deletions
|
@ -75,6 +75,7 @@ class SynapseEvent(JsonEncodedObject):
|
|||
"signatures",
|
||||
"prev_state",
|
||||
"auth_events",
|
||||
"state_hash",
|
||||
]
|
||||
|
||||
required_keys = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue