Add 'state_key' to valid_keys
parent
b52b33acf6
commit
fea7b60cf3
|
@ -41,6 +41,7 @@ class SynapseEvent(JsonEncodedObject):
|
||||||
"room_id",
|
"room_id",
|
||||||
"user_id", # sender/initiator
|
"user_id", # sender/initiator
|
||||||
"content", # HTTP body, JSON
|
"content", # HTTP body, JSON
|
||||||
|
"state_key",
|
||||||
]
|
]
|
||||||
|
|
||||||
internal_keys = [
|
internal_keys = [
|
||||||
|
|
Loading…
Reference in New Issue