upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/36.md
diff options
context:
space:
mode:
authorJonathan Staab <shtaab@gmail.com>2023-06-07 16:09:26 -0700
committerJonathan Staab <shtaab@gmail.com>2023-06-13 09:31:15 -0700
commit92ce49dda0acce1f661868316a9858521d4bc974 (patch)
tree9a43b715e1940796e84deac491de90d72d4f1c12 /36.md
parent363d112e335c13f4fa1c113e2418db1102c58ed5 (diff)
Add labeling to nip 56 as well
Diffstat (limited to '36.md')
-rw-r--r--36.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/36.md b/36.md
index 379d40a..6d1cf63 100644
--- a/36.md
+++ b/36.md
@@ -9,7 +9,7 @@ Sensitive Content / Content Warning
9The `content-warning` tag enables users to specify if the event's content needs to be approved by readers to be shown. 9The `content-warning` tag enables users to specify if the event's content needs to be approved by readers to be shown.
10Clients can hide the content until the user acts on it. 10Clients can hide the content until the user acts on it.
11 11
12`l` and `L` tags MAY be also be used as defined in [NIP-32](32.md) with the `content-warning` namespace to support 12`l` and `L` tags MAY be also be used as defined in [NIP-32](32.md) with the `content-warning` or other namespace to support
13further qualification and querying. 13further qualification and querying.
14 14
15#### Spec 15#### Spec
@@ -31,6 +31,8 @@ options:
31 ["t", "hastag"], 31 ["t", "hastag"],
32 ["L", "content-warning"], 32 ["L", "content-warning"],
33 ["l", "reason", "content-warning"], 33 ["l", "reason", "content-warning"],
34 ["L", "social.nos.ontology"],
35 ["l", "NS-nud", "social.nos.ontology"],
34 ["content-warning", "reason"] /* reason is optional */ 36 ["content-warning", "reason"] /* reason is optional */
35 ], 37 ],
36 "content": "sensitive content with #hastag\n", 38 "content": "sensitive content with #hastag\n",