[backend]: save active user

This commit is contained in:
appflowy
2021-08-31 17:25:08 +08:00
parent 4c93b04f3d
commit 92d7d6f60a
54 changed files with 4144 additions and 3660 deletions

View File

@ -41,6 +41,7 @@ impl DartEventCodeGen {
pub struct DartEventCrate {
crate_path: String,
#[allow(dead_code)]
crate_name: String,
event_files: Vec<String>,
}