vishalxl / nostr_console

Nostr console is an open-source twitter-like social network, direct chat app and group chat all bundled into one program. Built on the decentralized Nostr protocol.
GNU Affero General Public License v3.0
439 stars 33 forks source link

[Feature Request] Unfollow a contact #62

Open Sakhalinfox opened 1 year ago

Sakhalinfox commented 1 year ago

Option 8 on the Social Network menu currently lets us follow new contacts by Username or Pubkey. It would be also nice to add the unfollow option based on the user input parameters.

vishalxl commented 1 year ago

Todo: Follow and unfollow ideally should both be there when you look up a profile.

  1. Fetch their kind 0, kind 1, and few recent posts
  2. Follow/unfollow
  3. Send DM - kind 4
  4. Enter private chat (kind 14x)
  5. Fetch kind 0 and kind 3 of their follows
  6. Follow all their mutual-follows
  7. Follow all their follows
Sakhalinfox commented 1 year ago

I think those options look good to me.