diff options
| author | fiatjaf_ <fiatjaf@gmail.com> | 2023-11-15 20:06:49 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-15 20:06:49 -0300 |
| commit | 6c3eebf510cd7adb5db6a2598ffb5796693fc4dd (patch) | |
| tree | 50248ccccd0b5bd41b5da78e4c653d5560e9fed2 | |
| parent | cd598bad5b90eba56eea67bfa512038112fb1ac8 (diff) | |
clarify that standard lists use normal replaceable events
Co-authored-by: hodlbod <jstaab@protonmail.com>
| -rw-r--r-- | 51.md | 5 |
1 files changed, 3 insertions, 2 deletions
| @@ -21,8 +21,9 @@ stored in the `.content`. | |||
| 21 | 21 | ||
| 22 | ## Standard lists | 22 | ## Standard lists |
| 23 | 23 | ||
| 24 | Users are expected to have a single list of each of these types. They have special meaning and clients may | 24 | Standard lists use non-parameterized replaceable events, meaning users may only have a single list |
| 25 | rely on them to augment the user profile or browsing experience. | 25 | of each kind. They have special meaning and clients may rely on them to augment a user's profile or |
| 26 | browsing experience. | ||
| 26 | 27 | ||
| 27 | For example, _mute lists_ can contain the public keys of spammers and bad actors users don't want to see in | 28 | For example, _mute lists_ can contain the public keys of spammers and bad actors users don't want to see in |
| 28 | their feeds or receive annoying notifications from. | 29 | their feeds or receive annoying notifications from. |