gossip icon indicating copy to clipboard operation
gossip copied to clipboard

Gossip is a nostr client

Results 152 gossip issues
Sort by recently updated
recently updated
newest added

As a gossip user, i miss the option to easily switch between existing profiles in the gui. in the command line this works perfectly with the environment variable `GOSSIP_PROIFLE=`

Enhancement

See https://github.com/nostr-protocol/nips/pull/987#issuecomment-1892767097 I think the best thing to do is to change tags into a `Vec`. Using a typed enum for Tags has bit me in the ass too many...

Bug

This is a top-level issue tracking all the mechanisms that we have or might wish to have in order to empower users to moderate their own content. - [x] Lists...

@mikedilger it's really great to have DMs in Gossip! Some notes/proposals about this section. ## Basic UX - [x] Turn the expandable menu in the sidebar into a static label...

Major feature set
UI/UX
In progress

Cloned from https://github.com/mikedilger/gossip/pull/402, now on `unstable`. Items marked with 📍 are in my opinion the priorities. --- ## Add a relay - [ ] A1 - We should check if...

Major feature set
UI/UX
In progress

Perhaps specify a number of seconds, where the clock counts down and you can press cancel before it goes out. hat tip npub12nplesc8q3ec7t6hg82wkw8p76dzd8skz5xc8slzfjlxytagnnhsmt4939 (ibertario)

When zapping, if the metadata is slightly stale we should update it first. When going into a person's page (see set_page in UI where we do it now every time...

When we follow someone, we don't get their entire history. But people will want to 'load more' at which point we should query an older date range.

You're dreamin'

We had to call unlock_key directly since we needed it before the Overlord was running. So just do that with all the non-async functions, and since they no longer need...