vitorpamplona / amethyst

Nostr client for Android
MIT License
1.1k stars 149 forks source link

[FEATURE] Share nostr posts in user DMs #901

Open abhay-raizada opened 2 months ago

abhay-raizada commented 2 months ago

I want to be able to share nostr kind 1s with friends and then privately discuss it with them, hear their thoughts, things we might not want to discuss publicly.

Describe the solution you'd like Don't want metadata leakage so just adding a nostr event url, "nostr:" and then rendering it post decryption would do the trick.

Additional context On legacy social media people share news, memes, regular events and talk about it with friends on DMs, this on nostr will create networks effects where people will onboard their friends. And people not onboarded will FOMO in cause this is where their crazy psycho friends share information.

vitorpamplona commented 2 months ago

The new DM system doesn't leak any of these extra tags. You can cite as many people or posts as you want. Only those who can decrypt the message can see the tags.

abhay-raizada commented 2 months ago

Yes i get that, will check out the implementation on amethyst.

Although my main request was more of a UI thing? as in I want to be able to click on "Share" and alongside the "copy link" option i also have a send as DMs option, clicking on that opens up my contact list, as well as a search bar, to search for other users to DM.

Inside the DM the post is also rendered as it would be on the feed.

vitorpamplona commented 2 months ago

ohhh interesting.. yeah, that could be cool indeed.