New account but I've been using burner accounts and lurking since the sub got banned. I've been seeing all the standard liberal brainworms again for the first time since reddit-logo and everytime it's an account from another federation. I was tepidly against federation at first but this has been entertaining, like the old days of pigpoop people who wandered into the sub.

I gotta imagine this will only last another week before everyone defederates us, but let's enjoy it for now.

  • BoarAvoir [they/them]A
    ·
    11 months ago

    Yes, you are on the right track.

    What actually happened is, for the migration back to upstream lemmy, our devs developed and contributed the custom emoji feature, so that we could keep them, but since we were uploading them through the UI not baking them into the app when it was built as static assets, they had to go into pictrs (the image backend), which doesn't support SVGs yet. So as part of our migration we converted all SVG emotes back to PNG (apparently at a pretty substantial resolution).

    They render correctly on our side because the UI recognizes that they are a local custom emoji and applies different CSS than we do for other embedded images, but as currently written, there is no simple way to differentiate a federated emoji from any other embedded image, so when federated, our emoji get rendered as just any image, at whatever size the file is. We will likely contribute a fix for this upstream, though resizing all of our emotes to a consistent size would also do the trick, and may be undertaken as a stopgap in the mean time.