chore: bump client api that deduplicate sync message (#4972)

* chore: bump client api

* chore: update log

* chore: bump client api
This commit is contained in:
Nathan.fooo
2024-03-24 07:31:41 +08:00
committed by GitHub
parent b307312a71
commit 3f0b3478c1
12 changed files with 195 additions and 179 deletions

View File

@ -1,4 +1,5 @@
use std::sync::{Arc, Weak};
use tracing::instrument;
use flowy_error::{FlowyError, FlowyResult};
use lib_dispatch::prelude::{data_result_ok, AFPluginData, AFPluginState, DataResult};
@ -207,6 +208,7 @@ pub(crate) async fn set_latest_view_handler(
Ok(())
}
#[instrument(level = "debug", skip(data, folder), err)]
pub(crate) async fn close_view_handler(
data: AFPluginData<ViewIdPB>,
folder: AFPluginState<Weak<FolderManager>>,