diff options
| author | fiatjaf <fiatjaf@gmail.com> | 2024-01-18 21:17:31 -0300 |
|---|---|---|
| committer | fiatjaf <fiatjaf@gmail.com> | 2024-02-23 20:52:15 -0300 |
| commit | c9ff5f6312b05c8cad4508dc43977803bae7b191 (patch) | |
| tree | 32083c351f26988f5dc6baa437a2570fa87dedf5 /29.md | |
| parent | a528587eaa18ae14f32e7f472babfe6501c43beb (diff) | |
add kind 10009 for public list of simple groups.
Diffstat (limited to '29.md')
| -rw-r--r-- | 29.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -200,3 +200,7 @@ It's a NIP-51-like list of pubkeys that are members of the group. Relays might c | |||
| 200 | ] | 200 | ] |
| 201 | } | 201 | } |
| 202 | ``` | 202 | ``` |
| 203 | |||
| 204 | ## Storing the list of groups a user belongs to | ||
| 205 | |||
| 206 | A definition for kind `10009` was included in [NIP-51](51.md) that allows clients to store the list of groups a user wants to remember being in. | ||