Skip to content

Commit fa0e95f

Browse files
committed
Explicitly use the synapse_legacy API for communication between Synapse & MAS for a few releases.
1 parent 62d4f3e commit fa0e95f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

charts/matrix-stack/configs/matrix-authentication-service/config.yaml.tpl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,9 @@ We don't want MAS to change data in Synapse
6464
*/}}
6565
{{- if and .syn2mas.enabled .syn2mas.dryRun }}
6666
kind: synapse_read_only
67+
{{- else }}
68+
{{- /* Switch to synapse_modern after a release or 2 so that we're more likely to have a Synapse that supports this API on redeploying MAS. */}}
69+
kind: synapse_legacy
6770
{{- end }}
6871
{{- end }}
6972

0 commit comments

Comments
 (0)