Open hadizainudin opened 5 years ago
I would recommend replacing the built-in storage system with your own database-backed system. The built-in filesystem storage is only meant for "quick start" exploration.
Then, you could purge data out of your database based on a last modified timestamp or something like that.
I will try to do what I can.
Hello there. I have created a Botkit Chatbot, and embedded it on a page, passing current date and time, and cookies.
Then, it would create a JSON file.
/components/plugin_identity.js
, line 34 to 36/.data/db/users/1555557850438.json
What I wanted to do now is:
fs.unlink
orcontroller.storage.channels.delete
? Still thinking of how to achieve this.Thank you for your time, and have a nice day.