mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 23:27:15 -04:00
Integrate appflowy editor (#1040)
This commit is contained in:
parent
8dff9dc67c
commit
ad9a4b7d71
177 changed files with 4183 additions and 1007 deletions
|
@ -23,7 +23,7 @@ pub extern "C" fn init_sdk(path: *mut c_char) -> i64 {
|
|||
let path: &str = c_str.to_str().unwrap();
|
||||
|
||||
let server_config = get_client_server_configuration().unwrap();
|
||||
let config = FlowySDKConfig::new(path, "appflowy", server_config, false).log_filter("info");
|
||||
let config = FlowySDKConfig::new(path, "appflowy", server_config).log_filter("info");
|
||||
FLOWY_SDK.get_or_init(|| FlowySDK::new(config));
|
||||
|
||||
0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue