Skip to content

Commit

Permalink
synapse - update retention purge jobs template
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Nov 17, 2024
1 parent 7e45325 commit 7fc8509
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ retention:
# room's policy to these values is done after the policies are retrieved from
# Synapse's database (which is done using the range specified in a purge job's
# configuration).
{% if matrix_synapse_retention_purge_jobs is not none %}
{% if matrix_synapse_retention_purge_jobs | length > 0 %}
purge_jobs:
{% for job in matrix_synapse_retention_purge_jobs %}
- {% if job.longest_max_lifetime is defined %}longest_max_lifetime: {{ job.longest_max_lifetime|to_json }}{% endif %}
Expand Down

0 comments on commit 7fc8509

Please sign in to comment.