From b516adbf423a120045e07adf5358ae69f190f3c8 Mon Sep 17 00:00:00 2001 From: Sandwich <299465+dskvr@users.noreply.github.com> Date: Sat, 20 Sep 2025 12:39:40 +0200 Subject: [PATCH] Fix fundamentally incorrect assertions in NIP-66 (#2067) --- 66.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/66.md b/66.md index 191c8468..2e19916e 100644 --- a/66.md +++ b/66.md @@ -28,10 +28,8 @@ Other tags include: - `N` - NIPs supported by the relay - `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`. - `t` - A topic associated with this relay -- `k` - An event kind accepted by the relay -- `!k` - An event kind not accepted by the relay +- `k` - Accepted and unaccepted kinds (false values prepended by `!`) - `g` - A [NIP-52](https://github.com/nostr-protocol/nips/blob/master/52.md) geohash -- `l` - A language tag 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"]]`.