diff options
| author | /dev/fd0 <147166694+1440000bytes@users.noreply.github.com> | 2024-05-26 10:58:14 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-26 07:58:14 -0300 |
| commit | 765c7313979af899cbc3b6b582b415a41e71904d (patch) | |
| tree | 02a2c32b59275bbad963430aee3aaf7aeb028835 | |
| parent | 92d5837b0cf474503b9ebdf2676ba266fc265bdd (diff) | |
add joinstr event kind in README (#1257)
* add joinstr event kind
* remove extra spaces
* change kind number
Co-authored-by: fiatjaf_ <fiatjaf@gmail.com>
---------
Co-authored-by: fiatjaf_ <fiatjaf@gmail.com>
| -rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
| @@ -192,10 +192,12 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 192 | | `34237` | Video View Event | [71](71.md) | | 192 | | `34237` | Video View Event | [71](71.md) | |
| 193 | | `34550` | Community Definition | [72](72.md) | | 193 | | `34550` | Community Definition | [72](72.md) | |
| 194 | | `39000-9` | Group metadata events | [29](29.md) | | 194 | | `39000-9` | Group metadata events | [29](29.md) | |
| 195 | | `2022` | Coinjoin Pool | [joinstr][joinstr] | | ||
| 195 | 196 | ||
| 196 | [NUD: Custom Feeds]: https://wikifreedia.xyz/cip-01/97c70a44366a6535c1 | 197 | [NUD: Custom Feeds]: https://wikifreedia.xyz/cip-01/97c70a44366a6535c1 |
| 197 | [nostrocket]: https://github.com/nostrocket/NIPS/blob/main/Problems.md | 198 | [nostrocket]: https://github.com/nostrocket/NIPS/blob/main/Problems.md |
| 198 | [lnpub]: https://github.com/shocknet/Lightning.Pub/blob/master/proto/autogenerated/client.md | 199 | [lnpub]: https://github.com/shocknet/Lightning.Pub/blob/master/proto/autogenerated/client.md |
| 200 | [joinstr]: https://gitlab.com/1440000bytes/joinstr/-/blob/main/NIP.md | ||
| 199 | 201 | ||
| 200 | ## Message types | 202 | ## Message types |
| 201 | 203 | ||