debug: add obvious console log to verify new code is running

This commit is contained in:
Gigi
2025-10-02 09:13:28 +02:00
parent bed0f3d508
commit d7b5b4f9b4

View File

@@ -78,7 +78,7 @@ const Bookmarks: React.FC<BookmarksProps> = ({ relayPool, onLogout }) => {
try {
setLoading(true)
console.log('Fetching bookmark list for pubkey:', activeAccount.pubkey)
console.log('🚀 NEW VERSION: Fetching bookmark list for pubkey:', activeAccount.pubkey)
// Get relay URLs from the pool
const relayUrls = Array.from(relayPool.relays.values()).map(relay => relay.url)