feat: integrate grid into flowy-sdk

This commit is contained in:
appflowy
2022-03-04 22:09:16 +08:00
parent 9125db7ef0
commit d0b457c007
21 changed files with 233 additions and 26 deletions

View File

@ -122,6 +122,9 @@ impl LocalWebSocketRunner {
let _ = self.handle_folder_client_data(client_data, "".to_owned()).await?;
Ok(())
}
WSChannel::Grid => {
todo!("Implement grid web socket channel")
}
}
}