Skip to content

Commit 190fae1

Browse files
authored
chore: bump collab (#4348)
* chore: bump collab * chore: optimize import * chore: bump * chore: disable ai test
1 parent 347698f commit 190fae1

File tree

13 files changed

+150
-60
lines changed

13 files changed

+150
-60
lines changed

frontend/appflowy_tauri/src-tauri/Cargo.lock

Lines changed: 17 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/appflowy_tauri/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ custom-protocol = ["tauri/custom-protocol"]
5757
# Run the script:
5858
# scripts/tool/update_client_api_rev.sh new_rev_id
5959
# ⚠️⚠️⚠️️
60-
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "2159c68688a69af83e1c8d07cf17c40f0c315566" }
60+
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "284e2bf63800561c75a4eb36ce95692f3fbcca56" }
6161
# Please use the following script to update collab.
6262
# Working directory: frontend
6363
#

frontend/rust-lib/Cargo.lock

Lines changed: 49 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/rust-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ incremental = false
107107
# Run the script:
108108
# scripts/tool/update_client_api_rev.sh new_rev_id
109109
# ⚠️⚠️⚠️️
110-
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "2159c68688a69af83e1c8d07cf17c40f0c315566" }
110+
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "284e2bf63800561c75a4eb36ce95692f3fbcca56" }
111111
# Please use the following script to update collab.
112112
# Working directory: frontend
113113
#
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
mod completion_test;
1+
// mod completion_test;

frontend/rust-lib/flowy-document/src/manager.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,12 @@ impl DocumentManager {
154154
.cloud_service
155155
.get_document_doc_state(doc_id, &self.user_service.workspace_id()?)
156156
.await?;
157+
event!(
158+
tracing::Level::DEBUG,
159+
"get document from cloud service: {}, size:{}",
160+
doc_id,
161+
doc_state.len()
162+
);
157163
}
158164

159165
let uid = self.user_service.user_id()?;

0 commit comments

Comments
 (0)