Images don't federate
-
Just curious do your images federate between nodebb sites. If you want to DM me your site I can do a test from mine?
One thing I now appreciate is it must be a huge challenge for julian to fix cross federation to all sites, because you cant control what 3rd parties do. And Lemmy for example, is a law to inself on some things -
Here's a link to the topic in question: https://forum.fedi.dk/topic/211/tips-til-holdbar-tech-reparerbar-Ã¥ben-kode-og-ikke-forlortede-dimser/2
-
wrote last edited by [email protected]
Strange I cant find the topic on search,
or your username in search.
Between nodebb sites I would have expected that to work
Edit, I had the @ at the beginning of your id, and that stopped search finding you! -
julian If I'm following Malte and put some words in from his thread why doesnt search find it??
-
Could it be the 'Ã¥' sign messing things up?
-
You don't have to join the site to interact with the topics there. People regularly interact with the posts from Mastodon. (Pixelfed doesn't federate so well)
-
Here's the post here: https://community.nodebb.org/post/https%3A%2F%2Fforum.fedi.dk%2Fpost%2F1436
Seems the images don't load due to cross browser security settings
-
[email protected] one other thing.
There are some shifting specifications related to how long-form text is handled. Specifically, NodeBB is on-track to follow FEP b2b8: Long-form Text.
Part of that means that topic OPs are federated out as
Articles
without inline images convertd into attachments, because they are technically not attachments. This means right now Mastodon will not show the media at all.Mastodon will implement this FEP eventually, which means it will properly handle the attached
Note
preview
, which does contain the attachments.NodeBB can better handle the images coming from other NodeBBs, though. That's a bug.
-
@[email protected] Nice. If I understand well, Mastodon will eventually be able to handle embedded images coming from NodeBB. Looking forward!
-
[email protected] sort of. Mastodon from a design standpoint doesn't want to implement inline images, and I understand their point of view. The point of the
Note
preview
is to provide an alternative format that Mastodon can better understand.