Add support for address quotes#1560
Conversation
…ocial/quote-a"" This reverts commit 5bcb2d8.
|
If somebody puts a nostr: link inside a note without a matching tag (neither 'a' nor 'q') I think those render just fine, right? If I'm right, there is no need to stage this as (1) understand ['q', |
|
Agreed, naddrs include all fields that the tag has (pubkey, relay hints). So from a render point of view, removing On the query side of things, is there anyone relying on querying quotes of addressed events by |
|
I am just now trying to remove the creation of tags with markers. The only one I can't remove is the "a" marker because 'q' is only defined for the 'e' tag. |
|
Just updated this PR to remove the confusing/incorrect/impossible quote stuff from NIP 10. |
|
|
|
bump Is this done by other PRs or is this still open? I am still trying to remove mention markers from gossip but I have to replace them with something. |
|
I did a review of all potential uses of |
Previous conversations:
#1525
#1558
It's a pretty extreme edge case, but currently address quotes are broken, because the standard way to do them is to use an
atag with amentionmark. This is ambiguous, since it collides with great-grandchild replies whose grandparent is a replaceable event referred to with anatag. Maybe we can live with this, but since things are already broken, I think it's a nice opportunity to make address quotes work the same way as event id quotes.Re-opening this since it had some support, even if @mikedilger's point about it being a breaking change is valid. Currently address quotes (and address replies) are undefined in the nips repo, from what I can see. FWIW, Flotilla currently uses
qfor address quotes.