File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11---
22name : synapse
3- version : 0.38 .0
3+ version : 0.39 .0
Original file line number Diff line number Diff line change @@ -277,7 +277,11 @@ data:
277277 # See https://element-hq.github.io/matrix-authentication-service/reference/configuration.html#matrix
278278 secret: {{ $.Values.experimentalFeatures.msc3861.admin_token }}
279279 {{- end }}
280- {{- if or $.Values.experimentalFeatures.msc3967.enabled $.Values.experimentalFeatures.msc3266.enabled }}
280+ {{- if or
281+ $.Values.experimentalFeatures.msc3967.enabled
282+ $.Values.experimentalFeatures.msc4222.enabled
283+ $.Values.experimentalFeatures.msc4140.enabled
284+ $.Values.experimentalFeatures.msc3266.enabled }}
281285 experimental_features:
282286 {{- if $.Values.experimentalFeatures.msc3266.enabled }}
283287 # MSC3266: Room summary API. Used for knocking over federation
You can’t perform that action at this time.
0 commit comments