I just crossposted something using Thunder and another user let me know that my crosspost did not show that the other post was the original.
See here: https://lemmy.ca/comment/11901004
Not sure how that can happen but seems like a bug in Thunder then?
Just wanted to chime in here! I think the implementation of cross-posts is up for interpretation (and can definitely be changed if one is preferred over the other). Generally speaking, there are two types of implementations:
Cross-posts only copy over the title and link of the original post
Cross-posts copy all content of the original post (title, link, body)
From this discussion, I do think that it could be valuable to add an easier way to inject the original body of a post into a cross-post. If you would like this to be a feature, please create a new feature request on GitHub!
A side note on cross-posts:
I believe that Lemmy considers any posts with the same link as a cross-post. There’s no distinction (from the API) on which post was the “original” post, or whether a post was crossposted “from a community” vs “to a community”. This is also the reason why there is additional metadata for each “cross-post” in Thunder. The additional metadata allows you to figure out when a given post was created to find the “original” post.
If you’re curious about specific implementation detail, @micahmo@programming.dev might be able to answer them!