Skip to content

Commit cd82c13

Browse files
authored
feat: Stream collab objects (#4361)
* feat: stream collab object * chore: disable snapshot
1 parent 032a648 commit cd82c13

File tree

18 files changed

+235
-194
lines changed

18 files changed

+235
-194
lines changed

frontend/appflowy_tauri/src-tauri/Cargo.lock

Lines changed: 81 additions & 47 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 = "284e2bf63800561c75a4eb36ce95692f3fbcca56" }
60+
client-api = { git = "https://github.com/AppFlowy-IO/AppFlowy-Cloud", rev = "79702b1ced7b4497afef4e7d42e9fed1084e33e5" }
6161
# Please use the following script to update collab.
6262
# Working directory: frontend
6363
#

0 commit comments

Comments
 (0)