mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2025-04-25 15:17:28 -04:00
rename folder event
This commit is contained in:
parent
a48031df7c
commit
fcc6f51b3b
30 changed files with 172 additions and 183 deletions
|
@ -14,7 +14,7 @@ use flowy_collaboration::{
|
|||
synchronizer::{RevisionSyncResponse, RevisionUser},
|
||||
};
|
||||
use flowy_error::{internal_error, FlowyError};
|
||||
use flowy_folder::module::{FolderCouldServiceV1, FolderCouldServiceV2};
|
||||
use flowy_folder::event_map::FolderCouldServiceV1;
|
||||
use futures_util::stream::StreamExt;
|
||||
use lib_ws::{WSChannel, WebSocketRawMessage};
|
||||
use parking_lot::RwLock;
|
||||
|
@ -261,8 +261,6 @@ use flowy_user_data_model::entities::{
|
|||
};
|
||||
use lib_infra::{future::FutureResult, timestamp, uuid_string};
|
||||
|
||||
impl FolderCouldServiceV2 for LocalServer {}
|
||||
|
||||
impl FolderCouldServiceV1 for LocalServer {
|
||||
fn init(&self) {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue