diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2024-07-09 16:41:51 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-09 16:41:51 +0100 |
commit | 62d8b0361b604979d87f7b27559b9116e95f3da6 (patch) | |
tree | 29a08aaf1d102a175a1123d373aea0f797c3b760 /docs/workers.md | |
parent | Route auth'd fed media requests to media repo in Complement tests (#17422) (diff) | |
download | synapse-62d8b0361b604979d87f7b27559b9116e95f3da6.tar.xz |
Note the new federated media worker endpoints in the worker docs & upgrade notes (#17421)
Diffstat (limited to 'docs/workers.md')
-rw-r--r-- | docs/workers.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/workers.md b/docs/workers.md index 22fde488a9..fbf539fa7e 100644 --- a/docs/workers.md +++ b/docs/workers.md @@ -740,6 +740,7 @@ Handles the media repository. It can handle all endpoints starting with: /_matrix/media/ /_matrix/client/v1/media/ + /_matrix/federation/v1/media/ ... and the following regular expressions matching media-specific administration APIs: |