cameri / nostream

A Nostr Relay written in TypeScript
MIT License
715 stars 185 forks source link

Generic Tag Query should include capital letters #311

Closed arthurfranca closed 1 year ago

arthurfranca commented 1 year ago

https://github.com/Cameri/nostream/blob/018f9a14fbdbe4686f4a4bf3efaa2c24a15b4662/src/utils/filter.ts#L1

NIP-12 doesn't talk about lowercase only, just single-letter key. So it should be /^#[A-z]$/

Possibly there may be a similar problem when persisting/querying database.