Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Use Local Storage (client-side) for chat persistence to enable multi-chat functionality without a backend database #1566

Open
darinkist opened this issue Dec 4, 2024 · 1 comment

Comments

@darinkist
Copy link

Dear all,

I was wondering if there are any ways or plans to enable multi-chat functionalities without requiring the persistence of conversations in a database?

We are not permitted to persist any conversations in our database, and the conversations must be treated as confidential. Therefore, I wanted to ask if you have any thoughts on how to make this work?

@dokterbob
Copy link
Collaborator

Not at this moment, but we're open to suggestions as to how you imagine this to be implemented (architecture-wise). If we can reach consensus on the how, and it's automatically tested (so our support load doesn't increase much) this might be a great feature to have!

A good first step would be to abstract storage interaction in the frontend - see where and whether you can inject hooks there that catch things before going to the server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants