summary refs log tree commit diff
path: root/synapse/media/media_storage.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move Spam Checker callbacks to a dedicated file (#15453)Andrew Morgan2023-04-181-4/+3
|
* Refactor media modules. (#15146)Patrick Cloke2023-02-271-0/+374
* Removes the `v1` directory from `test.rest.media.v1`. * Moves the non-REST code from `synapse.rest.media.v1` to `synapse.media`. * Flatten the `v1` directory from `synapse.rest.media`, but leave compatiblity with 3rd party media repositories and spam checkers.