Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
Create databases on profile init
cloudhead committed 2 years ago
commit 1af505c5c3d5b3924fd1867503bc6d743642b022
parent 5333f8217aa535b89b834d342fdb54a841fe27eb
1 file changed +3 -0
modified 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());