mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: fix database row sync (#4964)
* chore: fix database row sync * ci: fix test * ci: fix web build * chore: bump collab
This commit is contained in:
@ -1,5 +1,4 @@
|
||||
pub use anyhow::Error;
|
||||
use collab::core::collab::CollabDocState;
|
||||
use collab_entity::CollabType;
|
||||
pub use collab_folder::{Folder, FolderData, Workspace};
|
||||
use uuid::Uuid;
|
||||
@ -36,7 +35,7 @@ pub trait FolderCloudService: Send + Sync + 'static {
|
||||
uid: i64,
|
||||
collab_type: CollabType,
|
||||
object_id: &str,
|
||||
) -> FutureResult<CollabDocState, Error>;
|
||||
) -> FutureResult<Vec<u8>, Error>;
|
||||
|
||||
fn batch_create_folder_collab_objects(
|
||||
&self,
|
||||
|
Reference in New Issue
Block a user