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