Open
Conversation
Add support for $hashtags alias in the REQ command's -t flag to filter events by hashtags from the user's kind 10015 Interest List. Changes: - req-parser.ts: Detect $hashtags alias in -t flag (case-insensitive) - nostr-utils.ts: Extend resolveFilterAliases() to handle $hashtags - nostr-utils.ts: Add getAllTagValues() helper for hidden/encrypted tags - ReqViewer.tsx: Fetch interest list and resolve $hashtags alias - man.ts: Document $hashtags in -t flag description and examples - Added comprehensive tests for $hashtags resolution Usage: req -t $hashtags,extra-tag -k 1 --since 24h
- Remove #t from filter when $hashtags resolves to empty array (prevents unusable queries) - Preserve other hashtags when $hashtags is empty - Add UI warning banners for: - Interest list not found (kind 10015) - Interest list exists but has no hashtags - Add interestListStatus computed state for UI feedback - Add tests for empty $hashtags resolution scenarios
- Pass needsInterestList prop to ReqViewer in WindowRenderer - Add HashtagsPlaceholder component to SpellRenderer for visual representation of $hashtags in spell filters (similar to MePlaceholder and ContactsPlaceholder)
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
No description provided.