| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Store `Conversation` instances using their events. | Owen Jacobson | 2025-08-26 |
| This replaces the approach of having the repo type know about conversation lifecycle in detail. Instead, the repo type accepts events and applies them to the DB blindly. The SQL written to implement each event does, however, embed assumptions about what order events will happen in. | |||
