diff options
| author | benthecarman <15256660+benthecarman@users.noreply.github.com> | 2023-07-21 03:12:02 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-21 03:12:02 -0500 |
| commit | 2af496e363f58b1d8bd026e8920f62e6a843d134 (patch) | |
| tree | b330a598d4014fe63f57405d12162d2b673391ef /53.md | |
| parent | fe2009b459c4dfcef158e745847ef01376b1d12a (diff) | |
Fix event kind in example in NIP 53
Diffstat (limited to '53.md')
| -rw-r--r-- | 53.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -71,7 +71,7 @@ Event `kind:1311` is live chat's channel message. Clients MUST include the `a` t | |||
| 71 | "created_at": "<Unix timestamp in seconds>", | 71 | "created_at": "<Unix timestamp in seconds>", |
| 72 | "kind": 1311, | 72 | "kind": 1311, |
| 73 | "tags": [ | 73 | "tags": [ |
| 74 | ["a", "34550:<Community event author pubkey>:<d-identifier of the community>", "<Optional relay url>", "root"], | 74 | ["a", "30311:<Community event author pubkey>:<d-identifier of the community>", "<Optional relay url>", "root"], |
| 75 | ], | 75 | ], |
| 76 | "content": "Zaps to live streams is beautiful." | 76 | "content": "Zaps to live streams is beautiful." |
| 77 | } | 77 | } |