feat: af cloud database (#3684)

* chore: forece user to logout when token is invalid

* chore: update client api rev
This commit is contained in:
Nathan.fooo
2023-10-12 20:25:00 +08:00
committed by GitHub
parent b2c80981cc
commit ec80f72c8f
18 changed files with 119 additions and 57 deletions

View File

@ -19,9 +19,6 @@ pub mod collab;
#[cfg(feature = "impl_from_postgres")]
mod postgres;
#[cfg(feature = "impl_from_tokio")]
mod tokio;
#[cfg(feature = "impl_from_appflowy_cloud")]
mod cloud;
#[cfg(feature = "impl_from_url")]

View File

@ -1,7 +0,0 @@
use crate::FlowyError;
// impl<T> std::convert::From<tokio::sync::mpsc::error::SendError<T>> for FlowyError {
// fn from(error: tokio::sync::mpsc::error::SendError<T>) -> Self {
// FlowyError::internal().context(error)
// }
// }