mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-20 02:24:54 +03:00
Update proxy version and maps
This commit is contained in:
parent
9dfb6b6c52
commit
c11388b1ce
3 changed files with 16 additions and 1 deletions
|
@ -24,5 +24,12 @@
|
||||||
"event_id",
|
"event_id",
|
||||||
"room_id",
|
"room_id",
|
||||||
"state_key",
|
"state_key",
|
||||||
"content"
|
"content",
|
||||||
|
"edu_type",
|
||||||
|
"sha256",
|
||||||
|
"typing",
|
||||||
|
"user_id",
|
||||||
|
"m.read",
|
||||||
|
"data",
|
||||||
|
"event_ids"
|
||||||
]
|
]
|
||||||
|
|
8
docker/proxy/maps/edu_types.json
Normal file
8
docker/proxy/maps/edu_types.json
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[
|
||||||
|
"m.presence_invite",
|
||||||
|
"m.presence_accept",
|
||||||
|
"m.presence_deny",
|
||||||
|
"m.presence",
|
||||||
|
"m.typing",
|
||||||
|
"m.receipt"
|
||||||
|
]
|
Binary file not shown.
Loading…
Reference in a new issue