summaryrefslogtreecommitdiff
path: root/src/channel/repo/channels.rs
Commit message (Collapse)AuthorAge
* Expose sqlx errors directly in repo interfaces.Owen Jacobson2024-09-16
| | | | BoxedError conceals the exact nature of the error, which in turn prevents me from using sqlx::Error::RowNotFound to signal absences.
* Placeholder UX, probablyOwen Jacobson2024-09-14
|
* Transmit messages via `/:chan/send` and `/:chan/events`.Owen Jacobson2024-09-13