diff options
| author | Josua Schmid <josua.schmid@renuo.ch> | 2023-12-22 09:58:49 +0100 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2023-12-22 06:20:01 -0300 |
| commit | 5ed4232584f3ab34192291daf985742248fb14ea (patch) | |
| tree | fcd2869880fcd57a87fb9cfce6f4d376ceb4063e | |
| parent | ff533d7a99715b0524f93a182f6c2169fe3b25b1 (diff) | |
Mention deprecation of kind 2
Kind `2` was [consciously](https://github.com/nostr-protocol/nips/pull/703#issuecomment-1672098794) removed in https://github.com/nostr-protocol/nips/commit/72bb8a128b2d7d3c2c654644cd68d0d0fe58a3b1#diff-39307f1617417657ee9874be314f13aabdc74401b124d0afe8217f2919c9c7d8L105. Mentioning the fact should help prevent further confusion.
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -80,7 +80,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 80 | | ------------- | -------------------------- | ----------- | | 80 | | ------------- | -------------------------- | ----------- | |
| 81 | | `0` | Metadata | [1](01.md) | | 81 | | `0` | Metadata | [1](01.md) | |
| 82 | | `1` | Short Text Note | [1](01.md) | | 82 | | `1` | Short Text Note | [1](01.md) | |
| 83 | | `2` | Recommend Relay | | | 83 | | `2` | Recommend Relay | 1 (before 2023-08-13) | |
| 84 | | `3` | Follows | [2](02.md) | | 84 | | `3` | Follows | [2](02.md) | |
| 85 | | `4` | Encrypted Direct Messages | [4](04.md) | | 85 | | `4` | Encrypted Direct Messages | [4](04.md) | |
| 86 | | `5` | Event Deletion | [9](09.md) | | 86 | | `5` | Event Deletion | [9](09.md) | |