This repository was archived by the owner on Apr 26, 2024. It is now read-only.
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
make it possible to cap event retention time #7756
Closed
Description
currently it is possible to configure default event retention via the retention.default_policy
settings (https://github.com/matrix-org/synapse/blob/master/docs/sample_config.yaml#L392), but this can be overridden by m.room.retention
events.
allowed_lifetime_{min,max}
prevent users on the local server sending m.room.retention
events which exceed the bounds, but do little to counter events generated on remote servers.