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 /synapse/app/homeserver.py | |
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 'synapse/app/homeserver.py')
-rw-r--r-- | synapse/app/homeserver.py | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/synapse/app/homeserver.py b/synapse/app/homeserver.py |