This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
purge_history api does not delete media #12046
Labels
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
I want to delete old room messages. (unencrypted room)
I use purge_history call (/_synapse/admin/v1/purge_history/<room_id>) and it does the work. However, if the deleted events contain uploaded media - they are removed from the room but not from the disk.
Please fix it so purge_history will also delete files from disk.
A workaround for this issue could be to use the delete media api, but it works on all rooms, and I want to clean history on specific rooms only.
The text was updated successfully, but these errors were encountered: