upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/16.md
diff options
context:
space:
mode:
authorJonathan Staab <shtaab@gmail.com>2022-12-08 09:21:09 -0800
committerfiatjaf <fiatjaf@gmail.com>2022-12-08 14:33:43 -0300
commit67c021ae9718e423f1ac6ba691dc277440096e65 (patch)
tree902ca2628d92f2c2a048a2fa89966b9f520fbde8 /16.md
parent5d292e0cbe04fb60250c74e131c2f21d0d435718 (diff)
Clarify use of kind 1 and kind 1000-10000
Diffstat (limited to '16.md')
-rw-r--r--16.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/16.md b/16.md
index c34452d..80a6b3d 100644
--- a/16.md
+++ b/16.md
@@ -8,6 +8,11 @@ Event Treatment
8 8
9Relays may decide to allow replaceable and/or ephemeral events. 9Relays may decide to allow replaceable and/or ephemeral events.
10 10
11Regular Events
12------------------
13A *regular event* is defined as an event with a kind `1000 <= n < 10000`.
14Upon 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.
15
11Replaceable Events 16Replaceable Events
12------------------ 17------------------
13A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`. 18A *replaceable event* is defined as an event with a kind `10000 <= n < 20000`.