mirror of
https://github.com/vector-im/element-web.git
synced 2026-07-05 06:49:20 +00:00
567280ae3d
Now that images flow through a build step, it's easy to spot which ones aren't actually used. To determine this, I built Riot with the hash in file names disabled, and then used a directory compare tool to look for all images in the SDK that did not make it into the Riot build. Fixes https://github.com/vector-im/riot-web/issues/8158