summary refs log tree commit diff
diff options
context:
space:
mode:
authorBrendan Abolivier <contact@brendanabolivier.com>2018-11-28 10:33:53 +0000
committerBrendan Abolivier <babolivier@matrix.org>2019-02-13 15:16:03 +0000
commitc11388b1ce16f52a110be791ad8496a793838008 (patch)
tree8140523ea8879c3bdfbbc72253a1862d0a663f60
parentDrop unnecessary keys from transactions (diff)
downloadsynapse-c11388b1ce16f52a110be791ad8496a793838008.tar.xz
Update proxy version and maps
-rw-r--r--docker/proxy/maps/common_keys.json9
-rw-r--r--docker/proxy/maps/edu_types.json8
-rwxr-xr-xdocker/proxy/proxybin6311584 -> 7246064 bytes
3 files changed, 16 insertions, 1 deletions
diff --git a/docker/proxy/maps/common_keys.json b/docker/proxy/maps/common_keys.json
index 988eb4ddea..314e1550c7 100644
--- a/docker/proxy/maps/common_keys.json
+++ b/docker/proxy/maps/common_keys.json
@@ -24,5 +24,12 @@
 	"event_id",
 	"room_id",
 	"state_key",
-	"content"
+	"content",
+	"edu_type",
+	"sha256",
+	"typing",
+	"user_id",
+	"m.read",
+	"data",
+	"event_ids"
 ]
diff --git a/docker/proxy/maps/edu_types.json b/docker/proxy/maps/edu_types.json
new file mode 100644
index 0000000000..2a0c00fa98
--- /dev/null
+++ b/docker/proxy/maps/edu_types.json
@@ -0,0 +1,8 @@
+[
+	"m.presence_invite",
+	"m.presence_accept",
+	"m.presence_deny",
+	"m.presence",
+	"m.typing",
+	"m.receipt"
+]
diff --git a/docker/proxy/proxy b/docker/proxy/proxy
index 8d94082137..1f1513448d 100755
--- a/docker/proxy/proxy
+++ b/docker/proxy/proxy
Binary files differ