diff options
Diffstat (limited to '32.md')
| -rw-r--r-- | 32.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -8,7 +8,7 @@ Labeling | |||
| 8 | 8 | ||
| 9 | This NIP defines two new indexable tags to label events and a new event kind (`kind:1985`) to attach those labels to existing events. This supports several use cases, including distributed moderation, collection management, license assignment, and content classification. | 9 | This NIP defines two new indexable tags to label events and a new event kind (`kind:1985`) to attach those labels to existing events. This supports several use cases, including distributed moderation, collection management, license assignment, and content classification. |
| 10 | 10 | ||
| 11 | New Tags: | 11 | New Tags: |
| 12 | 12 | ||
| 13 | - `L` denotes a label namespace | 13 | - `L` denotes a label namespace |
| 14 | - `l` denotes a label | 14 | - `l` denotes a label |
| @@ -146,7 +146,7 @@ Other Notes | |||
| 146 | ----------- | 146 | ----------- |
| 147 | 147 | ||
| 148 | When using this NIP to bulk-label many targets at once, events may be requested for deletion using [NIP-09](09.md) and a replacement | 148 | When using this NIP to bulk-label many targets at once, events may be requested for deletion using [NIP-09](09.md) and a replacement |
| 149 | may be published. We have opted not to use parameterizable/replaceable events for this due to the | 149 | may be published. We have opted not to use addressable/replaceable events for this due to the |
| 150 | complexity in coming up with a standard `d` tag. In order to avoid ambiguity when querying, | 150 | complexity in coming up with a standard `d` tag. In order to avoid ambiguity when querying, |
| 151 | publishers SHOULD limit labeling events to a single namespace. | 151 | publishers SHOULD limit labeling events to a single namespace. |
| 152 | 152 | ||