Update event filter to specify yakbak audio events

This commit is contained in:
2025-05-28 23:14:03 +02:00
parent 4496937461
commit 263f7a2173

View File

@@ -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