debug: add log before fetching mark-as-read reactions

Shows we reached the point where we're about to fetch kind:7/kind:17 reactions.
This commit is contained in:
Gigi
2025-10-19 23:53:00 +02:00
parent f43dae92aa
commit 46345c154b

View File

@@ -250,6 +250,7 @@ class ReadingProgressController {
}
// Also fetch mark-as-read reactions in parallel
console.log('[readingProgress] Fetching mark-as-read reactions for pubkey:', pubkey)
const [kind17Events] = await Promise.all([
queryEvents(relayPool, { kinds: [17], authors: [pubkey] }, { relayUrls: RELAYS })
])