Has anyone made a way for users to get notified when another user posts a new note? Like a way to subscribe to that npub so you don't miss anything they post? #asknostr
Wouldn’t this be up to each client to implement .
with Amethyst and listr.lol you can create a "favourites" list which you can then choose as your home feed in Amethyst. You can always switch back to "all follows" home feed.
I LOVE using follow lists with Amethyst for this use case. However I believe the specific question was about receiving a notification. This feature in Amethyst doesn't sent you a notification when someone on one of those follow lists posts a new note.
Damus is working on it, AFAIK 🐶🐾🫡
@Vitor Pamplona any plans to bring this feature to Amethyst? Any Nostr clients offer anything like that yet? nostr:nevent1qqs8tq5zk3pzay8ts5grzhdcn07rzud2u0fwfzlvv0fznzlfwl02v6spz3mhxue69uhhyetvv9ujuerpd46hxtnfdupzq93ye2kl49h5hv0txgrvw3up5y09q860cwptvzxc70v8szehpvyuqvzqqqqqqygvcau8
You can create and run a bot that looks for new events from specific npubs, sends you a DM everytime an npub posts something.
That's "follow", but we need lists or something more customizable/granular than just one big bucket "follow" for sure. It is client dependent (up to an app to implement).