We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8262726 commit 0334ff3Copy full SHA for 0334ff3
crates/matrix-sdk/CHANGELOG.md
@@ -26,6 +26,11 @@ All notable changes to this project will be documented in this file.
26
- Enable HTTP/2 support in the HTTP client.
27
([#4566](https://github.com/matrix-org/matrix-rust-sdk/pull/4566))
28
29
+- The media contents stored in the media cache can now be controlled with a
30
+ `MediaRetentionPolicy` and the new `Media` methods `media_retention_policy()`,
31
+ `set_media_retention_policy()`, `clean_up_media_cache()`.
32
+ ([#4571](https://github.com/matrix-org/matrix-rust-sdk/pull/4571))
33
+
34
### Refactor
35
36
- [**breaking**] Move the optional `RequestConfig` argument of the
0 commit comments