Skip to content
Snippets Groups Projects
Commit fea7b60c authored by Erik Johnston's avatar Erik Johnston
Browse files

Add 'state_key' to valid_keys

parent b52b33ac
No related branches found
No related tags found
Loading
......@@ -41,6 +41,7 @@ class SynapseEvent(JsonEncodedObject):
"room_id",
"user_id", # sender/initiator
"content", # HTTP body, JSON
"state_key",
]
internal_keys = [
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment