mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-12-12 16:55:31 -05:00
Add 'state_key' to valid_keys
This commit is contained in:
parent
b52b33acf6
commit
fea7b60cf3
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue