From 951aaa8ba1af4962a75987b63be72da43c36e77e Mon Sep 17 00:00:00 2001 From: fiatjaf_ <fiatjaf@gmail.com> Date: Thu, 17 Apr 2025 17:15:37 -0300 Subject: [PATCH] nip7D: `subject` -> `title` (#1874) --- 7D.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/7D.md b/7D.md index d8509a6c..fb1b7188 100644 --- a/7D.md +++ b/7D.md @@ -6,15 +6,14 @@ Threads `draft` `optional` -A thread is a `kind 11` event. Threads SHOULD include a `subject` with a summary -of the thread's topic. +A thread is a `kind 11` event. Threads SHOULD include a `title`. ```json { "kind": 11, "content": "Good morning", "tags": [ - ["subject", "GM"] + ["title", "GM"] ] } ```