diff --git a/radicle/src/profile.rs b/radicle/src/profile.rs index 623a388c..51c1c13d 100644 --- a/radicle/src/profile.rs +++ b/radicle/src/profile.rs @@ -216,6 +216,9 @@ impl Profile { key: public_key, }, )?; + // Create DBs. + home.policies_mut()?; + home.database_mut()?; transport::local::register(storage.clone());