renge/synapse: Enable MSC2716
It is required for backfill to work with mautrix-whatsapp ≥ 0.6.0.
This commit is contained in:
parent
82b1eeac76
commit
3e5881fe7a
|
@ -78,6 +78,9 @@ in
|
||||||
|
|
||||||
# I’m okay with using matrix.org as trusted key server
|
# I’m okay with using matrix.org as trusted key server
|
||||||
suppress_key_server_warning = true;
|
suppress_key_server_warning = true;
|
||||||
|
|
||||||
|
# For mautrix-whatsapp backfilling
|
||||||
|
experimental_features.msc2716_enabled = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfigFiles = with config.sops.secrets; [
|
extraConfigFiles = with config.sops.secrets; [
|
||||||
|
|
Loading…
Reference in a new issue