diff options
| author | Alex Gleason <alex@alexgleason.me> | 2024-01-01 12:21:50 -0600 |
|---|---|---|
| committer | Alex Gleason <alex@alexgleason.me> | 2024-01-01 12:21:50 -0600 |
| commit | 3d8652ea147facb07adb51031e6b21f7e663dc10 (patch) | |
| tree | 653ba3bc81b48468acceb249073a7c9f9fdcaf5b /51.md | |
| parent | 27fef638e2460139cc9078427a0aec0ce4470517 (diff) | |
NIP-02, NIP-51: new tags should be added to the end of the list
Fixes https://github.com/nostr-protocol/nips/issues/958
Diffstat (limited to '51.md')
| -rw-r--r-- | 51.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -10,6 +10,8 @@ This NIP defines lists of things that users can create. Lists can contain refere | |||
| 10 | 10 | ||
| 11 | Public items in a list are specified in the event `tags` array, while private items are specified in a JSON array that mimics the structure of the event `tags` array, but stringified and encrypted using the same scheme from [NIP-04](04.md) (the shared key is computed using the author's public and private key) and stored in the `.content`. | 11 | Public items in a list are specified in the event `tags` array, while private items are specified in a JSON array that mimics the structure of the event `tags` array, but stringified and encrypted using the same scheme from [NIP-04](04.md) (the shared key is computed using the author's public and private key) and stored in the `.content`. |
| 12 | 12 | ||
| 13 | When new items are added to an existing list, clients SHOULD append them to the end of the list, so they are stored in chronological order. | ||
| 14 | |||
| 13 | ## Types of lists | 15 | ## Types of lists |
| 14 | 16 | ||
| 15 | ## Standard lists | 17 | ## Standard lists |