mirror of
https://github.com/dergigi/boris.git
synced 2026-01-30 12:14:35 +01:00
fix: remove decrypt queue that was blocking highlight signing
- The global decrypt queue in bookmarkProcessing was getting stuck - Caused all NIP-46 operations to hang indefinitely - Decrypt already has per-call timeouts; queue was unnecessary - Highlights should now sign immediately without waiting for bookmarks
This commit is contained in:
@@ -156,7 +156,7 @@ export async function collectBookmarksFromEvents(
|
||||
console.log('[bunker] ✅ nip04 decrypt succeeded')
|
||||
}
|
||||
} catch (err) {
|
||||
console.log('[bunker] ❌ nip04 decrypt failed:', err)
|
||||
console.log('[bunker] ❌ nip04 decrypt failed (or timed out):', err)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user