mirror of
https://github.com/nostr-protocol/nips.git
synced 2025-09-01 05:50:47 -04:00
Clarify use of kind 1 and kind 1000-10000
This commit is contained in:
5
16.md
5
16.md
@@ -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`.
|
||||
|
Reference in New Issue
Block a user