File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11---
22name : synapse 
3- version : 0.1.2  
3+ version : 0.1.3  
Original file line number Diff line number Diff line change @@ -260,7 +260,14 @@ data:
260260    web_client_location: "https://{{ $.Values.synapse.serverName }}/" 
261261    {{- if $.Values.matrixAuthentication.enabled }} 
262262    # https://matrix-org.github.io/matrix-authentication-service/setup/homeserver.html#configure-the-homeserver-to-delegate-authentication-to-the-service 
263-     experimental_features: {{ $.Values.experimentalFeatures | toYaml | nindent 6 }} 
263+     experimental_features: 
264+     {{- if $.Values.experimentalFeatures.msc3861.enabled }} 
265+       msc3861: {{ $.Values.experimentalFeatures.msc3861 | toYaml | nindent 8 }} 
266+     {{- end }} 
267+     {{- if $.Values.experimentalFeatures.msc3967.enabled }} 
268+       msc3967: 
269+         enabled: true  
270+     {{- end }} 
264271    {{- end }} 
265272
266273   log.config : | 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments