Comment on Did something change recently with how Mastodon displays content from Lemmy / the threadiverse?
flamingos@feddit.uk 1 month ago
How they see it: sfba.social/…/115267196743748430
Do note that Mastodon forces a redirect to the original instance for non-local posts, here’s a direct link to the comment: sfba.social/@karlauerbach/115267230182946226
It seems that threadiverse posts are being seen by more mastodon users now, which is great, but maybe the formatting could use some improvements?
There’s actually some related (yet-to-be-merged) changes to this on the Mastodon side, add support for links in Attachments (this is how Lemmy and the link federate links).
I don’t think anything’s changed, just two users finding a post in a hashtag (Lemmy adds the community name as a hastag for posts). I’ve seen some masto users complain about this in the past on the #lemmy tag.
julian@activitypub.space 1 month ago
Thanks. Yes, this is just how Mastodon renders content from Lemmy and Piefed at the moment.
Mastodon sees something that is not a
Note, and says "I will treat it using a fallback mechanism. If it has a title, it is added to the top, I will add the URL back to the site at the bottom. If it has asummary, I will use that as the content"Note that it does not use
content, that's why there's no actual content. This is why the link preview also links back to Lemmy, not to the article itself.@nutomic@lemmy.ml and @rimu@piefed.social can add this to their software, respectively, by populating
summary. It can just be a copy ofcontent, or it can be a summarization... or it could be the link to the article... anything goes really.flamingos@feddit.uk 1 month ago
But isn’t that how Mastodon handles content warnings? Baffling that they’d do it like that frankly given that it prevents long-form content (when masto actually starts supporting that) from being CW’d.
julian@activitypub.space 1 month ago
Not necessarily, no. Content warnings were implemented in Mastodon specifically as
summaryplussensitive=true. Perhaps not originally, but that is enforced now (all CW'd posts from Mastodon are marked sensitive). Might be Mastodon will CW notes that don't havesensitive, out of caution, but this doesn't apply to non-Notes.So a summary included in a non-Note is not CW'd by Mastodon currently.
flamingos@feddit.uk 1 month ago
I know, I was just saying that it prevents a non-Note from being CW’d, as the
summeryis used as the post’s content. Masto treats aNotemarked assensitivewith nosummaryto just mean to blur the images.