Update language around kind 11 and kind 12 removing microblog and replacing with forum

This commit is contained in:
Jacob Davis 2024-07-04 10:47:56 -04:00
parent cc7cdd5a80
commit 66357f483f

4
29.md
View File

@ -40,7 +40,7 @@ Relays should prevent late publication (messages published now with a timestamp
- *text root note* (`kind:11`)
This is the basic unit of a "microblog" root text note sent to a group.
This is the basic unit of a "forum" root text note sent to a group. These should likely be seperated from `kind:9` & `kind:10` events as mixing the two could be quite confusing.
```js
"kind": 11,
@ -54,7 +54,7 @@ This is the basic unit of a "microblog" root text note sent to a group.
- *threaded text reply* (`kind:12`)
This is the basic unit of a "microblog" reply note sent to a group. It's the same as `kind:11`, except for the fact that it must be used whenever it's in reply to some other note (either in reply to a `kind:11` or a `kind:12`). `kind:12` events SHOULD use NIP-10 markers, leaving an empty relay url:
This is the basic unit of a "forum" reply note sent to a group. It's the same as `kind:11`, except for the fact that it must be used whenever it's in reply to some other note (either in reply to a `kind:11` or a `kind:12`). `kind:12` events SHOULD use NIP-10 markers, leaving an empty relay url:
* `["e", "<kind-11-root-id>", "", "root"]`
* `["e", "<kind-12-event-id>", "", "reply"]`