diff options
| author | Sandwich <299465+dskvr@users.noreply.github.com> | 2025-09-20 12:39:40 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-20 07:39:40 -0300 |
| commit | b516adbf423a120045e07adf5358ae69f190f3c8 (patch) | |
| tree | e7e15379af9304e4dd1230e6e36c7a8e6f9dddb7 /66.md | |
| parent | 90fcf4a44e659af0f79a6bfec5b5f018fe0bd4ff (diff) | |
Fix fundamentally incorrect assertions in NIP-66 (#2067)
Diffstat (limited to '66.md')
| -rw-r--r-- | 66.md | 4 |
1 files changed, 1 insertions, 3 deletions
| @@ -28,10 +28,8 @@ Other tags include: | |||
| 28 | - `N` - NIPs supported by the relay | 28 | - `N` - NIPs supported by the relay |
| 29 | - `R` - Keys corresponding to requirements per [NIP 11](https://github.com/nostr-protocol/nips/blob/master/11.md)'s `limitations` array, including `auth`, `writes`, `pow`, and `payment`. False values should be specified using a `!` prefix, for example `!auth`. | 29 | - `R` - Keys corresponding to requirements per [NIP 11](https://github.com/nostr-protocol/nips/blob/master/11.md)'s `limitations` array, including `auth`, `writes`, `pow`, and `payment`. False values should be specified using a `!` prefix, for example `!auth`. |
| 30 | - `t` - A topic associated with this relay | 30 | - `t` - A topic associated with this relay |
| 31 | - `k` - An event kind accepted by the relay | 31 | - `k` - Accepted and unaccepted kinds (false values prepended by `!`) |
| 32 | - `!k` - An event kind not accepted by the relay | ||
| 33 | - `g` - A [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash | 32 | - `g` - A [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash |
| 34 | - `l` - A language tag | ||
| 35 | 33 | ||
| 36 | Tags with more than one value should be repeated, rather than putting all values in a single tag, for example `[["t", "cats"], ["t", "dogs"]]`, rather than `[["t", "cats", "dogs"]]`. | 34 | Tags with more than one value should be repeated, rather than putting all values in a single tag, for example `[["t", "cats"], ["t", "dogs"]]`, rather than `[["t", "cats", "dogs"]]`. |
| 37 | 35 | ||