diff options
Diffstat (limited to 'develop/print.html')
-rw-r--r-- | develop/print.html | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/develop/print.html b/develop/print.html index e5f0516c20..99ff7759e8 100644 --- a/develop/print.html +++ b/develop/print.html @@ -9819,8 +9819,10 @@ follow the semantics described in and allow server and room admins to configure how long messages should be kept in a homeserver's database before being purged from it. <strong>Please note that, as this feature isn't part of the Matrix -specification yet, this implementation is to be considered as -experimental.</strong></p> +specification yet, the use of <code>m.room.retention</code> events for per-room +retention policies is to be considered as experimental. However, the use +of a default message retention policy is considered a stable feature +in Synapse.</strong></p> <p>A message retention policy is mainly defined by its <code>max_lifetime</code> parameter, which defines how long a message can be kept around after it was sent to the room. If a room doesn't have a message retention |