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?
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?