summary refs log tree commit diff
path: root/synapse/api
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2014-11-07 11:36:40 +0000
committerErik Johnston <erik@matrix.org>2014-11-07 11:37:06 +0000
commit97a096b507b92d70a2e07d49122b4f5d93b7dac4 (patch)
tree92ce0649cbe7323088ec845f5050af460f37423d /synapse/api
parentReturn auth chain when handling send_join (diff)
downloadsynapse-97a096b507b92d70a2e07d49122b4f5d93b7dac4.tar.xz
Add hash of current state to events
Diffstat (limited to 'synapse/api')
-rw-r--r--synapse/api/events/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/synapse/api/events/__init__.py b/synapse/api/events/__init__.py
index e5980c4be3..8d65c29ac1 100644
--- a/synapse/api/events/__init__.py
+++ b/synapse/api/events/__init__.py
@@ -75,6 +75,7 @@ class SynapseEvent(JsonEncodedObject):
         "signatures",
         "prev_state",
         "auth_events",
+        "state_hash",
     ]
 
     required_keys = [