nbd-wtf / nostr-tools

Tools for developing Nostr clients.
The Unlicense
685 stars 188 forks source link

Missing properties on NIP11 interface #415

Closed antonioconselheiro closed 2 months ago

antonioconselheiro commented 2 months ago

Properties max_subscriptions, created_at_lower_limit, created_at_upper_limit and restricted_writes are missing in NIP11 Limitations interface.

Implementation: https://github.com/nbd-wtf/nostr-tools/blob/master/nip11.ts#L107

Docs: https://github.com/nostr-protocol/nips/blob/master/11.md#extra-fields

fiatjaf commented 2 months ago

Please send a PR fixing it.