diff options
author | Aaron R <aaron@raim.ist> | 2021-11-17 09:30:24 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-17 15:30:24 +0000 |
commit | d993c3bb1e89f77d91af6302bfb118494c6f6664 (patch) | |
tree | 1c55d8261d4a1bc1b6b5bdcf11de452921ee3326 /changelog.d | |
parent | Merge branch 'master' into develop (diff) | |
download | synapse-d993c3bb1e89f77d91af6302bfb118494c6f6664.tar.xz |
Add support for `/_matrix/media/v3` APIs (#11371)
* Add support for `/_matrix/media/v3` APIs Signed-off-by: Aaron Raimist <aaron@raim.ist> * Update `workers.md` to use v3 client and media APIs Signed-off-by: Aaron Raimist <aaron@raim.ist> * Add changelog Signed-off-by: Aaron Raimist <aaron@raim.ist>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11371.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11371.feature b/changelog.d/11371.feature new file mode 100644 index 0000000000..8e9ca2d633 --- /dev/null +++ b/changelog.d/11371.feature @@ -0,0 +1 @@ +Add support for the `/_matrix/media/v3` APIs from Matrix v1.1. \ No newline at end of file |