diff options
Diffstat (limited to '72.md')
| -rw-r--r-- | 72.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -48,7 +48,7 @@ Any Nostr event can be a post request. Clients MUST add the community's `a` tag | |||
| 48 | "id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>", | 48 | "id": "<32-bytes lowercase hex-encoded SHA-256 of the the serialized event data>", |
| 49 | "pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>", | 49 | "pubkey": "<32-bytes lowercase hex-encoded public key of the event creator>", |
| 50 | "created_at": <Unix timestamp in seconds>, | 50 | "created_at": <Unix timestamp in seconds>, |
| 51 | "kind": 1, | 51 | "kind": 72, |
| 52 | "tags": [ | 52 | "tags": [ |
| 53 | ["a", "34550:<Community event author pubkey>:<d-identifier of the community>", "<Optional relay url>"], | 53 | ["a", "34550:<Community event author pubkey>:<d-identifier of the community>", "<Optional relay url>"], |
| 54 | ], | 54 | ], |