This repository was archived by the owner on Apr 26, 2024. It is now read-only.
Create ability to refresh user thumbnails after deleting media_store cache on homeserver #10853
Labels
T-Enhancement
New features, changes in functionality, improvements in performance, or user-facing enhancements.
Discussed in https://github.com/matrix-org/synapse/discussions/10850
Originally posted by gbolcer September 19, 2021
I ran out of disk space on my homeserver and there was some unwanted user avatars from blocked users. To do this, I deleted the content in the media_store incorrectly--on the file system versus through the API. I mistakenly thought it would just re-populate the cache.
Right now I can get the homeserver.com/_matrix/media/r0/download/matrix.org/nXyZyXXXXX URL for the avatar which is broken. If I swap out homeserver.com for matrix.org I get the correct avatar (at least for the ones registered at matrix.org).
Is there an easy way to repopulate the local media_store cache on the homeserver? Force it to reload the images from the original user account/cache?
The text was updated successfully, but these errors were encountered: