Clarify use of kind 1 and kind 1000-10000

This commit is contained in:
Jonathan Staab
2022-12-08 09:21:09 -08:00
committed by fiatjaf
parent 5d292e0cbe
commit 67c021ae97
2 changed files with 6 additions and 1 deletions

5
16.md
View File

@@ -8,6 +8,11 @@ Event Treatment
Relays may decide to allow replaceable and/or ephemeral events.
Regular Events
------------------
A *regular event* is defined as an event with a kind `1000 <= n < 10000`.
Upon a regular event being received, the relay SHOULD send it to all clients with a matching filter, and SHOULD store it. New events of the same kind do not affect previous events in any way.
Replaceable Events
------------------
A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`.