cyberia / matrix custom favicon #6
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Someone do a pixel art / handmade anti-aliasing version of bri's cyberia logo to replace our current favicon
https://picopublish.sequentialread.com/files/cyberia_favicon.kra
https://picopublish.sequentialread.com/files/cyberia_favicon.ico
16289bb5ff
For getting this favicon on element-web,
It looks like the options are:
I don't know if it will work... what about the way that it updates teh favicon dynamically when you recieve a message notification
if they embedded the current favicon image into the react code that updates the favicon image, then there's no way, we would just have to fork it
https://github.com/vector-im/element-web/blob/develop/scripts/make-icons.sh
https://github.com/vector-im/element-web/blob/develop/src/favicon.ts#L62
It downloads the icon from the server
I bet it can be done with caddy magic too.... define the /vector-icons route like you said, remove the version hash from the end of the filename, and serve static files from a folder which has the output of make-icons.sh
got eeem
1ba28e3cb3