Skip to content

Commit f65bcb1

Browse files
committed
Native Sliding Sync (MSC3575) route
1 parent c976fa3 commit f65bcb1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

charts/synapse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
---
22
name: synapse
3-
version: 1.1.9
3+
version: 1.1.10

charts/synapse/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,8 @@ ingress:
425425
- "/_matrix/client/(api/v1|r0|v3)/rooms/[^/]+/initialSync$"
426426
# Pagination
427427
- "/_matrix/client/(api/v1|r0|v3|unstable)/rooms/.*/messages$"
428+
# # Native Sliding Sync MSC3575
429+
- "/_matrix/client/unstable/org.matrix.simplified_msc3575/sync$"
428430
clientReaderRoutes:
429431
# Client API requests
430432
- "/_matrix/client/(api/v1|r0|v3|unstable)/createRoom$" # https://matrix-org.github.io/synapse/latest/workers.html#synapseappgeneric_worker

0 commit comments

Comments
 (0)