diff options
Diffstat (limited to '16.md')
| -rw-r--r-- | 16.md | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -16,7 +16,9 @@ Upon a regular event being received, the relay SHOULD send it to all clients wit | |||
| 16 | Replaceable Events | 16 | Replaceable Events |
| 17 | ------------------ | 17 | ------------------ |
| 18 | A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`. | 18 | A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`. |
| 19 | Upon a replaceable event with a newer timestamp than the currently known latest replaceable event with the same kind being received, and signed by the same key, the old event SHOULD be discarded and replaced with the newer event. | 19 | Upon a replaceable event with a newer timestamp than the currently known latest replaceable event with the same kind and author being received, the old event SHOULD be discarded, |
| 20 | effectively replacing what gets returned when querying for | ||
| 21 | `author:kind` tuples. | ||
| 20 | 22 | ||
| 21 | Ephemeral Events | 23 | Ephemeral Events |
| 22 | ---------------- | 24 | ---------------- |