mirror of
https://github.com/nostr-protocol/nips.git
synced 2026-08-09 07:44:51 +00:00
rename to F4.
This commit is contained in:
+1
-29
@@ -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
|
||||
Reference in New Issue
Block a user