refactor: show plugin

This commit is contained in:
appflowy
2022-03-01 10:25:21 +08:00
parent 8747457836
commit b6de0caad6
22 changed files with 255 additions and 126 deletions

View File

@ -307,6 +307,7 @@ impl FolderCouldServiceV1 for LocalServer {
create_time: time,
ext_data: params.ext_data,
thumbnail: params.thumbnail,
plugin_type: params.plugin_type,
};
FutureResult::new(async { Ok(view) })
}