diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-09-13 00:26:03 -0400 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-09-13 02:42:27 -0400 |
| commit | 067e3da1900d052a416c56e1c047640aa23441ae (patch) | |
| tree | 8baad4240d2532216f2530f5c974479e557c675a /src/index/app.rs | |
| parent | 5d76d0712e07040d9aeeebccb189d75636a07c7a (diff) | |
Transmit messages via `/:chan/send` and `/:chan/events`.
Diffstat (limited to 'src/index/app.rs')
| -rw-r--r-- | src/index/app.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/index/app.rs b/src/index/app.rs index 79f5a9a..d6eef18 100644 --- a/src/index/app.rs +++ b/src/index/app.rs @@ -1,7 +1,7 @@ use sqlx::sqlite::SqlitePool; use crate::{ - channel::repo::{Channel, Provider as _}, + channel::repo::channels::{Channel, Provider as _}, error::BoxedError, }; |
