Update group event structure

This commit is contained in:
Jeff Gardner 2024-08-23 09:58:59 +03:00
parent f9ae559274
commit 1f8a177425

2
104.md
View File

@ -191,7 +191,7 @@ Group Events are published using an ephemeral Nostr keypair to obfuscate the num
"kind": 445,
"created_at": <unix timestamp in seconds>,
"pubkey": <ephemeral sender pubkey>,
"content": <serialized MLSMessage object>,
"content": <NIP-44 encrypted serialized MLSMessage object>,
"tags": [
["h", <group id>]
],