diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-09-15 13:57:16 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-15 12:57:16 +0000 |
commit | 918c74bfb57e3ca4d300ed9a3bfb99b99126f821 (patch) | |
tree | a5b7f41f507324e508cb29ad651f07ce945cf86d /changelog.d | |
parent | Keep track when we try and fail to process a pulled event (#13589) (diff) | |
download | synapse-918c74bfb57e3ca4d300ed9a3bfb99b99126f821.tar.xz |
Add a `MXCUri` class to make working with mxc uri's easier. (#13162)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13162.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13162.misc b/changelog.d/13162.misc new file mode 100644 index 0000000000..b0d7c05e74 --- /dev/null +++ b/changelog.d/13162.misc @@ -0,0 +1 @@ +Bump the minimum dependency of `matrix_common` to 1.3.0 to make use of the `MXCUri` class. Use `MXCUri` to simplify media retention test code. \ No newline at end of file |