We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think it would be very good, that they would implement, room, users and options (Data). -Users -Rooms -Data
1 - By TIMESTAP or / 2 - Purge Local/Remote Media https://github.com/matrix-org/synapse/blob/master/docs/admin_api/purge_remote_media.rst
something like this ;)
find /var/lib/matrix-synapse/media/ -type f -size +5M -mtime +120 -exec rm -r {} \;
this would be possible? Thank you very much for your work.
The text was updated successfully, but these errors were encountered:
We need some more admin endpoints from Synapse in order to make this work, but sure we're on it.
Sorry, something went wrong.
No branches or pull requests
I think it would be very good, that they would implement, room, users and options (Data).
-Users -Rooms -Data
Where possible file deletion can be chosen [timestap or media_size + mtime]
1 - By TIMESTAP or / 2 - Purge Local/Remote Media
https://github.com/matrix-org/synapse/blob/master/docs/admin_api/purge_remote_media.rst
something like this ;)
Erase size >5MB, older than 120 days (example)
this would be possible? Thank you very much for your work.
The text was updated successfully, but these errors were encountered: