Fix event kind in example in NIP 53

This commit is contained in:
benthecarman 2023-07-21 03:12:02 -05:00 committed by GitHub
parent fe2009b459
commit 2af496e363
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
53.md
View File

@ -71,7 +71,7 @@ Event `kind:1311` is live chat's channel message. Clients MUST include the `a` t
"created_at": "<Unix timestamp in seconds>", "created_at": "<Unix timestamp in seconds>",
"kind": 1311, "kind": 1311,
"tags": [ "tags": [
["a", "34550:<Community event author pubkey>:<d-identifier of the community>", "<Optional relay url>", "root"], ["a", "30311:<Community event author pubkey>:<d-identifier of the community>", "<Optional relay url>", "root"],
], ],
"content": "Zaps to live streams is beautiful." "content": "Zaps to live streams is beautiful."
} }