nostr-dev-kit / ndk

Nostr Development Kit with outbox-model support
MIT License
339 stars 92 forks source link

Saving and loading outbox data #162

Open alexgleason opened 8 months ago

alexgleason commented 8 months ago

Should the NDKCache interface support storing outbox data? It seems to happen entirely in memory right now.

pablof7z commented 8 months ago

Yeah, that's correct.

Yeah. We should definitely add interfaces to the adapters to do this.