this post was submitted on 17 Jun 2026
3 points (100.0% liked)

kbin.earth meta

0 readers
1 users here now

A magazine dedicated to the kbin.earth Mbin instance. Official announcements and maintenance updates are made here, but also feel free to ask questions or request support.

If you'd like, you can also join the kbin.earth Matrix chat for real-time discussion of support, moderation decisions, or just general chatting.

founded 2 years ago
MODERATORS
 

I complained about it several times here and to various instances admins. Screenshot from same thread. I have literally been cursed out, called "stupid," "c***,” "b****,” and other unsavory slurs. I quit complaining because nothing was ever done, and I realize this is a free service offered and admins have lives, jobs, and plenty of work and expense by generously offering this service. I just thought it was worth another try.

Thank you

https://imgshare.cc/hw1e589o from the same thread.

you are viewing a single comment's thread
view the rest of the comments
[–] Pamasich@kbin.earth 2 points 1 month ago (1 children)

I haven't taken a look at the Lemmy source code, but judging by the JSON-LD, I think this could easily be fixed by ordering the items in the attachment array so the link comes first. Lemmy seems to just take the first item there and then abort if it's an image not a link.

Depending on how Lemmy is implemented, it might also look for the url property. I don't understand why Mbin is using source instead of url. If Lemmy falls back to the url property, the devs could add that to posts.

Not a dev btw, just trying to provide more context.

[–] blued_gear@fedia.io 2 points 1 month ago

Lemmy seems to just take the first item there and then abort if it's an image not a link.

That is correct. But so reordering would result in losing the image. I linked to the issue at Lemmys GH and it was marked as resolved just recently, so they should be able to consume multiple attachments soon.

I don't understand why Mbin is using source instead of url.

This I also don't know, but as we also put it in the attachments, it should be fine.