mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
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:
@ -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>>,
|
||||
|
Reference in New Issue
Block a user