Hello everyone! Don’t have a lot to say, finally got around to making the new mega.
As always, we ask that in order to participate in the weekly megathread, one self-identifies as some form of disabled, which is broadly defined in the community sidebar:
“Disability” is an umbrella term which encompasses physical disabilities, emotional/psychiatric disabilities, neurodivergence, intellectual/developmental disabilities, sensory disabilities, invisible disabilities, and more. You do not have to have an official diagnosis to consider yourself disabled.
Mask up, love one another, and stay alive for one more week.
Upstream has made some changes that hasn’t landed in a release yet. If it had I would have tested it on lemmygrad. It still returns raw html, but now the alt is taken from
item.attrs
, which seems to come from the markdown, so the question is if behind the scenes this has something to make it safe (change"
into"
and so on).oh boy, thanks for bringing that up. I posted a warning in the lemmy dev matrix about it
Why are they even making the distinction between local and non-local emojies? It makes sense on hexbear, but upstream in the end it is the same outcome, just one is dangerously created with raw html and the other is created with markdown-it’s built in image renderer and gets a span slapped on it. As far as I can tell, they could delete all the code to figure out if it is a local emoji, and seemingly nothing would change?