From 86fc82ce4affe1f10fa5cab787a710105217b26c Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 26 Mar 2025 08:38:47 -0400 Subject: Deprecates git replies in favor of NIP-22 (#1744) --- 34.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to '34.md') diff --git a/34.md b/34.md index f34badb..56ede85 100644 --- a/34.md +++ b/34.md @@ -125,24 +125,7 @@ Issues may have a `subject` tag, which clients can utilize to display a header. ## Replies -Replies are also Markdown text. The difference is that they MUST be issued as replies to either a `kind:1621` _issue_ or a `kind:1617` _patch_ event. The threading of replies and patches should follow NIP-10 rules. - -```jsonc -{ - "kind": 1622, - "content": "", - "tags": [ - ["a", "30617::", ""], - ["e", "", "", "root"], - - // other "e" and "p" tags should be applied here when necessary, following the threading rules of NIP-10 - ["p", "", "", "mention"], - ["e", "", "", "reply"], - // rest of tags... - ], - // other fields... -} -``` +Replies to either a `kind:1621` _issue_ or a `kind:1617` _patch_ event should follow [NIP-22 comment](22.md). ## Status -- cgit v1.2.3