this post was submitted on 27 Aug 2025
11 points (100.0% liked)
Lemmy.ca Support / Questions
606 readers
1 users here now
This community is for support requests specific to lemmy.ca.
If you need to contact an admin privately, please message @admin@lemmy.ca.
If you are a technical user and you have questions or need support with the Lemmy software itself, please visit !lemmy_support@lemmy.ml.
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
@sl007 @aussocialadmin @lemmy_ca_support
tried that with https://lemmy.world/post/31535735/17725147
seems unable to.
@pepper0 @aussocialadmin @lemmy_ca_support
then delete the last path segment of the lemmy post.
The canonical url for your example is
https://lemmy.world/post/31535735
and that works.
I am not sure what the "/17725147" is good for.
It might either has to do with redirects or lemmys Content-Negotiation.
They should figure out.
@pepper0 @aussocialadmin @lemmy_ca_support
summing up:
Lemmy posts have different URLs to the same Object.
Your example was
https://lemmy.world/post/31535735/17725147
which is
https://lemmy.world/post/31535735/
For mastodon you need to delete anything after the last '/' and put the
"https://lemmy.world/post/31535735/" in the search box and you get the fedi-object instead of the url. Then you can share that. Not saying this is intended, just saying, it works :)