syn2mas

Function synapse_config_check_against_mas_config

Source
pub async fn synapse_config_check_against_mas_config(
    synapse: &Config,
    mas: &Figment,
) -> Result<(Vec<CheckWarning>, Vec<CheckError>), Error>
Expand description

Check that the given Synapse configuration is sane for migration to a MAS with the given MAS configuration.

§Errors

  • If any necessary section of MAS config cannot be parsed.
  • If the MAS password configuration (including any necessary secrets) can’t be loaded.