mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: af cloud database (#3684)
* chore: forece user to logout when token is invalid * chore: update client api rev
This commit is contained in:
@ -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")]
|
||||
|
@ -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)
|
||||
// }
|
||||
// }
|
Reference in New Issue
Block a user