Update event filter to specify yakbak audio events
This commit is contained in:
@@ -16,7 +16,7 @@ export default function Home() {
|
||||
filter: {
|
||||
// since: dateToUnix(now.current), // all new events from now
|
||||
// kinds: [1063], // NIP-94 audio events
|
||||
kinds: [1222], // NIP-94 audio events and text notes
|
||||
kinds: [1222], // yakbak audio events
|
||||
// "#m": ["audio/mpeg", "audio/ogg", "audio/wav", "audio/webm"], // Audio MIME types
|
||||
// "#m": ["audio/mpeg", "audio/ogg", "audio/wav"], // Audio MIME types
|
||||
limit: 10
|
||||
|
Reference in New Issue
Block a user