amark / gun

An open source cybersecurity protocol for syncing decentralized graph data.
https://gun.eco/docs
Other
17.93k stars 1.16k forks source link

fix: ERROR: Radisk needs `store.put` interface #1374

Closed aheissenberger closed 2 months ago

aheissenberger commented 3 months ago

fixes #1373 - the broken condition opt.store = opt.store || ((!Gun.window || opt.rfs === true) && Store(opt)); will set opt.store to true

amark commented 2 months ago

OooOoh good catch, thanks. I was wondering why that was popping up but was kinda ignoring it. 😂 Glad actually noticed and cared. YOU'RE AN OPEN SOURCE HERO!!!!!!!!!! 🥰

amark commented 2 months ago

wait did I not pull this? I thought I pulled it?