mv server's DocManager to flowy_collaboration crate

This commit is contained in:
appflowy
2021-12-12 12:41:16 +08:00
parent d3bfca10e9
commit 90e3ba14f1
25 changed files with 578 additions and 473 deletions

View File

@ -43,6 +43,7 @@ impl FlowySDKTest {
pub async fn init_user(&self) -> UserProfile {
let context = async_sign_up(self.0.dispatcher()).await;
init_user_setting(self.0.dispatcher()).await;
context.user_profile
}
}