Martti Malmi on Nostr: PABLOF7z I'm initialising NDK with const options = opts || { explicitRelayUrls: ...
PABLOF7z (npub1l2v…ajft) I'm initialising NDK with
const options = opts || {
explicitRelayUrls: DEFAULT_RELAYS,
enableOutboxModel: true,
cacheAdapter: new NDKCacheAdapterDexie({ dbName: 'irisdb-nostr' }),
};
ndkInstance = new NDK(options);
but not seeing connections to relays other than explicitRelayUrls. Should it be connecting to author relays as per outbox model?
Published at
2025-01-23 15:32:36Event JSON
{
"id": "9f12b563e83f19a8d48a1917193016d2f9c84e3cd1a8cd7d79055a4cfea3447c",
"pubkey": "4523be58d395b1b196a9b8c82b038b6895cb02b683d0c253a955068dba1facd0",
"created_at": 1737646356,
"kind": 1,
"tags": [
[
"p",
"fa984bd7dbb282f07e16e7ae87b26a2a7b9b90b7246a44771f0cf5ae58018f52"
]
],
"content": "nostr:npub1l2vyh47mk2p0qlsku7hg0vn29faehy9hy34ygaclpn66ukqp3afqutajft I'm initialising NDK with\n\n const options = opts || {\n explicitRelayUrls: DEFAULT_RELAYS,\n enableOutboxModel: true,\n cacheAdapter: new NDKCacheAdapterDexie({ dbName: 'irisdb-nostr' }),\n };\n ndkInstance = new NDK(options);\n\nbut not seeing connections to relays other than explicitRelayUrls. Should it be connecting to author relays as per outbox model?",
"sig": "4d5e7c430814fec0b6723e50e977db7c9103a0f0f8870b8da5ff0a26cb19d284c42b2a016d2ea09fb2a2c9c68d9d6b6f7ba4184e86cad173c8c9570e0253b5aa"
}