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
For media_retention.local_media_lifetime we call:
media_retention.local_media_lifetime
synapse/synapse/media/media_repository.py
Line 1254 in 696cc9e
which is wrong
The text was updated successfully, but these errors were encountered:
Local media IDs will deleted:
Line 1257 in 696cc9e
synapse/synapse/storage/databases/main/media_repository.py
Lines 907 to 912 in 696cc9e
But it's really not ideal.
Sorry, something went wrong.
Oooh, good spot!
No branches or pull requests
For
media_retention.local_media_lifetime
we call:synapse/synapse/media/media_repository.py
Line 1254 in 696cc9e
which is wrong
The text was updated successfully, but these errors were encountered: