mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
Add 'state_key' to valid_keys
This commit is contained in:
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
Block a user