mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
feat: integrate grid into flowy-sdk
This commit is contained in:
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user