diff --git a/96.md b/96.md index 8ae1a2a8..cbc766e5 100644 --- a/96.md +++ b/96.md @@ -1,7 +1,7 @@ NIP-96 ====== -File distribution over Nostr +Code collaboration over Nostr ---------------------- `draft` `optional` `author: KaffinPX and Not Thomiz` @@ -95,11 +95,11 @@ The `content` of it MUST contain a comment as text. ### Management -A comment event may contain a `s` tag indicating the event is specific to changing state of a thread or merge request. If present, the `s` tag MUST be `OPEN` or `CLOSE`. +A comment event MAY contain a `s` tag indicating the event is specific to changing state of a thread or merge request. If present, the `s` tag MUST be `OPEN` or `CLOSE`. Only considered valid if used by thread or merge request owner or by the repository owner. -The `content` of it MUST contain a comment as text. +The `content` of it MUST contain a reason/comment as text. ```json { @@ -112,4 +112,4 @@ The `content` of it MUST contain a comment as text. ], "content": } -``` \ No newline at end of file +```