mirror of
https://github.com/nostr-protocol/nips.git
synced 2026-08-09 07:44:51 +00:00
"p"-tags for authors/hosts.
This commit is contained in:
@@ -47,7 +47,7 @@ Similar information may exist in the `kind:0` profile for the podcast, but podca
|
||||
["image", "<podcast-cover-image-URL>"],
|
||||
["description", "<podcast-description>"],
|
||||
["website", "<podcast-website-URL>"], // optional, multiple
|
||||
["author", "<podcast-author-pubkey>"] // optional, multiple
|
||||
["p", "<podcast-author-pubkey>"] // podcast host, co-host etc, optional, multiple
|
||||
],
|
||||
"content": "",
|
||||
"sig": "..."
|
||||
@@ -56,7 +56,7 @@ Similar information may exist in the `kind:0` profile for the podcast, but podca
|
||||
|
||||
### Authored Podcasts
|
||||
|
||||
The `author` tag in `kind:10154` shouldn't be blindly trusted, as any podcast can falsely claim anyone to be their author, so before it is displayed as information by clients it must be checked against an equivalent counter-claim by the podcast authors themselves.
|
||||
The `p` tag in `kind:10154` shouldn't be blindly trusted as implying authorship, since any podcast can falsely claim anyone to be their author, so before it is displayed as information by clients it must be checked against an equivalent counter-claim by the podcast authors themselves.
|
||||
|
||||
This is the `kind:10164` event. Here podcast authors can list the public keys of the podcasts they author.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user