genie-toolkit icon indicating copy to clipboard operation
genie-toolkit copied to clipboard

Re-implement saving/restoring of conversation history

Open gcampax opened this issue 2 years ago • 0 comments

Saving of conversation history was removed in #769 because it was causing issues due to the large size of the JSON blob we put in the database. Instead, we should store each message in the history in a separate db row, so we don't have large blobs.

gcampax avatar Sep 13 '21 01:09 gcampax