From f46052ce89bdc3abee18fc2f9a2ee365e9d4dd2c Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 5 Feb 2025 11:15:42 -0300 Subject: [PATCH] kills torrent replies --- 35.md | 4 +--- README.md | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/35.md b/35.md index 3891f6f4aa..f8ca0a2414 100644 --- a/35.md +++ b/35.md @@ -61,9 +61,7 @@ In some cases the url mapping isnt direct, mapping the url in general is out of ## Torrent Comments -A torrent comment is a `kind 2004` event which is used to reply to a torrent event. - -This event works exactly like a `kind 1` and should follow `NIP-10` for tagging. +Replies to `kind:2003` should use [NIP-22 comments](22.md). ## Implementations 1. [dtan.xyz](https://git.v0l.io/Kieran/dtan) diff --git a/README.md b/README.md index dd3c0f747c..6f6eb5eed4 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | `1986` | Relay reviews | | | `1987` | AI Embeddings / Vector lists | [NKBIP-02] | | `2003` | Torrent | [35](35.md) | -| `2004` | Torrent Comment | [35](35.md) | +| `2004` | Torrent Comment (Deprecated) | [35](35.md) | | `2022` | Coinjoin Pool | [joinstr][joinstr] | | `4550` | Community Post Approval | [72](72.md) | | `5000`-`5999` | Job Request | [90](90.md) |