I’d love that!
Not sure what a ‘crossposts property in PostView’ means, but if there’s a Lemmy issue to track that I’ll be keeping an eye on it.
The community for the Photon Lemmy client.
I’d love that!
Not sure what a ‘crossposts property in PostView’ means, but if there’s a Lemmy issue to track that I’ll be keeping an eye on it.
To be able to see what a post is crossposted to, the API returns those things.
When getting a single post, it returns a PostResponse, which includes a list of crossposts.
When getting posts in a list though, it only gives me a list of PostViews. This doesn't have the crossposts property I need, so I can't tell what this has been crossposted to.
A solution would be a property like "crosspost_ids" with a list of post IDs. This would still work.