The t tag row says what shipped - #36
Merged
Merged
Conversation
Hashtags have worked since v0.19.0 and the page still called them planned. This is the fourth stale row, left out of the last change because that one was about three and I did not want to widen it silently. It does more than the old row implied, so the new one says both halves. Pressing a hashtag opens the notes carrying it, read from the local store first and then asked of relays. And a `t` tag is written onto notes you post, so yours are findable by the same query. Checked in the code before writing it here rather than from the release notes: a store query on `letter = 't'`, a relay filter on the same, and the tag being appended when a note is assembled. The other NIP-24 row, extra `kind:0` fields carried through a profile rewrite, is genuinely still planned and stays where it is.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
This branch was successfully deployed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The fourth stale row on
/nips, named in #35 and left out of it because that PR was about three and widening it quietly would have been worse.Hashtags have worked since v0.19.0, and the page called them planned.
The new row says both halves, because the old one understated it either way. Pressing a hashtag opens the notes carrying it, read from the local store first and then asked of relays. And a
ttag is written onto notes you post, so yours are findable by the same query.I checked this in the code rather than trusting the release notes: a store query on
letter = 't', a relay filter on the same, and the tag being appended when a note is assembled. All three are there.The other NIP-24 row, extra
kind:0fields carried through a profile rewrite, is genuinely still planned and stays put.