mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: create the default workspace on cloud when using appflowy cloud (#4040)
* chore: sync strategy for collab type * chore: update rev id * chore: update rev id * ci: fix test * ci: fix test
This commit is contained in:
@ -50,7 +50,7 @@ impl FlowySupabaseFolderTest {
|
||||
pub async fn get_collab_update(&self, workspace_id: &str) -> Vec<u8> {
|
||||
let cloud_service = self.folder_manager.get_cloud_service().clone();
|
||||
let remote_updates = cloud_service
|
||||
.get_folder_updates(workspace_id, self.user_manager.user_id().unwrap())
|
||||
.get_folder_doc_state(workspace_id, self.user_manager.user_id().unwrap())
|
||||
.await
|
||||
.unwrap();
|
||||
|
||||
|
Reference in New Issue
Block a user