diff --git a/29.md b/29.md index 74dfd666..239d7322 100644 --- a/29.md +++ b/29.md @@ -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", "", "", "root"]` * `["e", "", "", "reply"]`