mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-09-28 18:59:27 -04:00
Add an admin api to delete local media. (#8519)
Related to: #6459, #3479 Add `DELETE /_synapse/admin/v1/media/<server_name>/<media_id>` to delete a single file from server.
This commit is contained in:
parent
f6a3859a73
commit
49d72dea2a
7 changed files with 868 additions and 3 deletions
1
changelog.d/8519.feature
Normal file
1
changelog.d/8519.feature
Normal file
|
@ -0,0 +1 @@
|
|||
Add an admin api to delete a single file or files were not used for a defined time from server. Contributed by @dklimpel.
|
Loading…
Add table
Add a link
Reference in a new issue