We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c976fa3 commit f65bcb1Copy full SHA for f65bcb1
2 files changed
charts/synapse/Chart.yaml
@@ -1,3 +1,3 @@
1
---
2
name: synapse
3
-version: 1.1.9
+version: 1.1.10
charts/synapse/values.yaml
@@ -425,6 +425,8 @@ ingress:
425
- "/_matrix/client/(api/v1|r0|v3)/rooms/[^/]+/initialSync$"
426
# Pagination
427
- "/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/messages$"
428
+ # # Native Sliding Sync MSC3575
429
+ - "/_matrix/client/unstable/org.matrix.simplified_msc3575/sync$"
430
clientReaderRoutes:
431
# Client API requests
432
- "/_matrix/client/(api/v1|r0|v3|unstable)/createRoom$" # https://matrix-org.github.io/synapse/latest/workers.html#synapseappgeneric_worker
0 commit comments