Room icon inconsistency #69
Reference in New Issue
Block a user
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?
I'm seeing some inconsistency in the icons displayed for rooms across platforms for meta.spaces.coracle.social.
The Android app you're using looks super old, like months old. Where did you download that? Otherwise, my guess would be network error, is the icon still missing when you restart the ios app?
Lol yes, it was. I thought I got it from Google Play but I just don't know how to use Android. I updated to the latest via Zapstore and now the icons match web.
@hodlbod iOS still doesn't match the other platforms though, is that a bug?
Is iOS just missing the one icon?
Yeah looks like it. The one for Internal chat.
So the icons were uploaded to primal's blossom server, which issues a 302 redirect to their media server, which safari doesn't follow when doing svg masks. I re-uploaded the images to my own blossom server, and now they're ok. We'll probably run into this in the future though, so I tried fetching the svg manually, but got the following error:
Cross-origin redirection to
https://r2a.primal.net/uploads2/4/bf/f0/4bff0a927d6e8dbe99c0dbd5ab85155aebb058f44e49989a4d3eaf51e9bf81cd.svgdenied by Cross-Origin Resource Sharing policy: Cannot use wildcard in Access-Control-Allow-Origin when credentials flag is true.So now I'm fetching svgs directly and using object urls.
Fixed in
15341ede