Skip to content
Snippets Groups Projects
Commit 52b64617 authored by Kegan Dougal's avatar Kegan Dougal
Browse files

Merge branch 'develop' of github.com:matrix-org/synapse into client_server_url_rename

parents 47c3a089 fea7b60c
No related branches found
No related tags found
No related merge requests found
......@@ -41,11 +41,11 @@ class SynapseEvent(JsonEncodedObject):
"room_id",
"user_id", # sender/initiator
"content", # HTTP body, JSON
"state_key",
]
internal_keys = [
"is_state",
"state_key",
"prev_events",
"prev_state",
"depth",
......
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