diff options
Diffstat (limited to '33.md')
| -rw-r--r-- | 33.md | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -14,8 +14,10 @@ The value of a tag is defined as the first parameter of a tag after the tag name | |||
| 14 | 14 | ||
| 15 | A *parameterized replaceable event* is defined as an event with a kind `30000 <= n < 40000`. | 15 | A *parameterized replaceable event* is defined as an event with a kind `30000 <= n < 40000`. |
| 16 | Upon a parameterized replaceable event with a newer timestamp than the currently known latest | 16 | Upon a parameterized replaceable event with a newer timestamp than the currently known latest |
| 17 | replaceable event with the same kind and first `d` tag value being received, the old event | 17 | replaceable event with the same kind, author and first `d` tag value being received, the old event |
| 18 | SHOULD be discarded and replaced with the newer event. | 18 | SHOULD be discarded, effectively replacing what gets returned when querying for |
| 19 | `author:kind:d-tag` tuples. | ||
| 20 | |||
| 19 | A missing or a `d` tag with no value should be interpreted equivalent to a `d` tag with the | 21 | A missing or a `d` tag with no value should be interpreted equivalent to a `d` tag with the |
| 20 | value as an empty string. Events from the same author with any of the following `tags` | 22 | value as an empty string. Events from the same author with any of the following `tags` |
| 21 | replace each other: | 23 | replace each other: |