-
Couldn't load subscription status.
- Fork 9
Open
Labels
a: databaseRelated to or causes database changesRelated to or causes database changesp: highHigh PriorityHigh Prioritys: approvedThe issue has received a maintainer's approvalThe issue has received a maintainer's approvalt: featureRelating to the functionality of the application.Relating to the functionality of the application.
Description
We need a database module to store things persistently, such as thread state.
Things that need storing:
- Thread metadata (originating message, thread ID, user )
- Thread message data (who wrote, was internal, highest role, message content, reactions? Attachments? )
- Config data (should just be a string/string KVS for now because that's how db config works)
These things should be server-keyed so in the future we can support multiserver if we want.
Metadata
Metadata
Assignees
Labels
a: databaseRelated to or causes database changesRelated to or causes database changesp: highHigh PriorityHigh Prioritys: approvedThe issue has received a maintainer's approvalThe issue has received a maintainer's approvalt: featureRelating to the functionality of the application.Relating to the functionality of the application.