summaryrefslogtreecommitdiff
path: root/src/conversation/app.rs
Commit message (Expand)AuthorAge
* Define a generic "Failed" case for app-level errors (and a few others).Owen Jacobson2025-11-25
* Convert the `Conversations` component into a freestanding struct.Owen Jacobson2025-10-28
* Consolidate `events.map(…).collect()` calls into `Broadcaster`.Owen Jacobson2025-08-26
* Store `Message` instances using their events.Owen Jacobson2025-08-26
* Store `Conversation` instances using their events.Owen Jacobson2025-08-26
* Rename "channel" to "conversation" within the server.Owen Jacobson2025-07-03