You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 26, 2024. It is now read-only.
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.