Add 'state_key' to valid_keys

This commit is contained in:
Erik Johnston 2014-08-26 09:40:58 +01:00
parent b52b33acf6
commit fea7b60cf3

View File

@ -41,6 +41,7 @@ class SynapseEvent(JsonEncodedObject):
"room_id",
"user_id", # sender/initiator
"content", # HTTP body, JSON
"state_key",
]
internal_keys = [