thunder-app / thunder

Thunder - An open-source cross-platform Lemmy client for iOS and Android built with Flutter
https://thunderapp.dev
GNU Affero General Public License v3.0
784 stars 68 forks source link

Sharing comment link from post instance #1491

Open trymeouteh opened 3 months ago

trymeouteh commented 3 months ago

Is Your Feature Request Related to a Problem?

You are able to get the comment link from the users instance, or from your instance. However your unable to get the comments link from the posts instance.

Feature Description

Lets say your viewing a post on lemmy.world. A user named johndoe@lemmy.ml made a comment on the post. Your are viewing the comment and post as a user from lemmy.one. You want to get the comment link to the comment from lemmy.world, not lemmy.ml, not lemmy.one.

Alternative Solutions

None

Additional Context

No response

micahmo commented 3 months ago

This is a great idea and something I hadn't considered before! Keep in mind that there's no guarantee that the comment has federated to the instance of the post (whereas there is obviously a guarantee that the comment exists on the original instance and yours), so we will have to do a lookup on the post's instance to find the comment, but I think that should be do-able!