rename to F4.

This commit is contained in:
fiatjaf
2026-05-15 16:44:53 -03:00
parent 1f1ee425b7
commit 1026260cda
+1 -29
View File
@@ -1,4 +1,4 @@
NIP-54
NIP-F4
======
Podcasts
@@ -50,31 +50,3 @@ Podcast episodes are `kind:54` with some tags:
"sig": "...",
}
```
### Podcast Comments
These are normal text comments like `kind:1`, but specific for podcast episodes.
```jsonc
{
"id": "606f6c703f04c70806a5c2830e3853bd83c44985b1f282a070ba894add3724b0",
"pubkey": "b2c5d5bf69d14d35c25fa47d5c67896b13394136734065a371c5bf2c62f905d2",
"kind": 55,
"created_at": 1700682556,
"tags": [
["e", "55807e7d5cd90d0303d7dce7397f996fdbaed8697903f326c7cf8ad999b9de3d"],
],
"content": "<plain text content>",
"sig": "...",
}
```
(It's unclear if it's best to use this or a generic kind for commenting on stuff that isn't `kind:1`.)
### Reactions (likes), zaps and reposts
These work normally according to their own NIPs.
### To be added:
- "read" events, signaling that a user has listened to a given podcast, perhaps just use https://github.com/nostr-protocol/nips/pull/933