nostril
nostril copied to clipboard
Add option to limit to notes since given date
This adds an option to nostril-query
to allow limiting to notes made after a certain date, using the since
filter as defined in NIP 01. I tested by passing a Unix timestamp and verified it built the query correctly, and also passed that query to a relay, and it returned the correct results (omitting older notes).