You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: