mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -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",
|
||||
"user_id", # sender/initiator
|
||||
"content", # HTTP body, JSON
|
||||
"state_key",
|
||||
]
|
||||
|
||||
internal_keys = [
|
||||
|
Loading…
Reference in New Issue
Block a user