Rephrase deprecation of kind 2 (#943)

This commit is contained in:
Josua Schmid 2023-12-27 15:06:36 +01:00 committed by GitHub
parent 0266d86b41
commit 5e0cfb62ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,10 +77,10 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
## Event Kinds ## Event Kinds
| kind | description | NIP | | kind | description | NIP |
| ------------- | -------------------------- | ----------- | | ------------- | -------------------------- | ------------------------ |
| `0` | Metadata | [01](01.md) | | `0` | Metadata | [01](01.md) |
| `1` | Short Text Note | [01](01.md) | | `1` | Short Text Note | [01](01.md) |
| `2` | Recommend Relay | 01 (before 2023-08-13) | | `2` | Recommend Relay | 01 (deprecated) |
| `3` | Follows | [02](02.md) | | `3` | Follows | [02](02.md) |
| `4` | Encrypted Direct Messages | [04](04.md) | | `4` | Encrypted Direct Messages | [04](04.md) |
| `5` | Event Deletion | [09](09.md) | | `5` | Event Deletion | [09](09.md) |