mikedilger / gossip

Gossip is a nostr client
Other
718 stars 83 forks source link

'a' mentions treated as replies #907

Closed mikedilger closed 2 weeks ago

mikedilger commented 2 weeks ago

nostr:nevent1qqsqqqphs7gwttajsyfmxe9nf4693qz735naf6t96h6ekvuefd7t48spypmhxue69uhkx6r0wf6hxtndd94k2erfd3nk2u3wvdhk6w35xs6z7qgwwaehxw309ahx7uewd3hkctcpypmhxue69uhkummnw3ezuetfde6kuer6wasku7nfvuh8xurpvdjj72calhs

This means gossip built a "RepliesTo" relationship from 0000378790e5afb28113b364b34d7458805e8d27d4e965d5f59b33994b7cba9e to caa65d8b3b11d887da7188f3fe75c33d7be80d3df8c46f241a275b9075888674

After we fix the code, we will then have to rebuild relationships.

This may be a good time to move to 'q'.

mikedilger commented 2 weeks ago

This has been fixed, 'a' mentions are no longer treated as replies and a schema update rebuilt the stored relationships to remove these.

We can't move toward 'q' because 'q' only supports ids not yet addrs. See https://github.com/nostr-protocol/nips/pull/1560