summary refs log tree commit diff
path: root/synapse (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-08-08Remove duplicate filteringEric Eastwood1-17/+0
See https://github.com/element-hq/synapse/pull/17538#discussion_r1709649930
2024-08-08Start handlers for new media endpoints when media resource configured (#17483)devonh6-70/+132
This is in response to issue #17473. Not all the necessary handlers to deal with media requests are started now when configuring synapse to use a media worker as per the [example config](https://element-hq.github.io/synapse/latest/workers.html#synapseappmedia_repository). The new media endpoints introduced with authenticated media fall under the `client` & `federation` handlers in synapse. This PR starts up handlers for the new media endpoints if a worker has been configured with only the `media` r