mirror of
https://github.com/dergigi/boris.git
synced 2026-01-25 09:44:48 +01:00
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:
@@ -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 })
|
||||
])
|
||||
|
||||
Reference in New Issue
Block a user