this post was submitted on 21 Jan 2025
68 points (100.0% liked)
Fedigrow
1312 readers
46 users here now
To discuss how to grow and manage communities / magazines on Lemmy, Mbin, Piefed and Sublinks
Resources:
- https://lemmy-federate.com/ to federate your community to a lot of instances
- !fedibridge@lemmy.dbzer0.com to organize overall fediverse growth
- !reddit@lemmy.world to keep tabs on where new users might come from :)
- !newcommunities@lemmy.world
- !communitypromo@lemmy.ca
Megathreads:
- How (and when) to consolidate communities? (A guide)
- Where to request inactive or unmoderated communities? (A list)
Rules:
- Be respectful
- No bigotry
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Edit: Thank you for jumping in!
What about LW, was it already the case in 0.19.3?
I think it has to do with the technical way comments are handled.
When comments are sent from one instance to another, only their "markdown code" is transmitted. If you include an image in your comment, that becomes a line in markdown (which is text) that looks like this:

So yes, this is not dependent on version; it's similar to how you have a
<img src="...">
tag in HTML that only links to the image, instead of copying it.But then wait, proxying doesn't happen?
Interesting, thanks