Skip to content

Commit 06f9992

Browse files
committed
remove sliding sync from manigest
1 parent 87f8837 commit 06f9992

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

charts/synapse/templates/well-known-configmap.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@ data:
2222
"m.homeserver": {
2323
"base_url": "https://{{ .Values.synapse.serverName }}"
2424
},
25-
{{- if .Values.experimentalFeatures.msc3575.enabled }}
26-
"org.matrix.msc3575.proxy": {
27-
"url": "https://{{ .Values.slidingSyncProxy.ingress.host }}"
28-
},
29-
{{- end }}
3025
{{- if .Values.experimentalFeatures.msc2965.enabled }}
3126
"org.matrix.msc2965.authentication": {
3227
"issuer": "https://{{ .Values.matrixAuthentication.ingress.host }}/",

0 commit comments

Comments
 (0)