support cli key

This commit is contained in:
2026-08-02 11:57:26 +07:00
parent 4f52fc52df
commit 2ecad5e273
5 changed files with 43 additions and 9 deletions

View File

@@ -59,7 +59,7 @@ pub fn run() -> Result<(), JsValue> {
settings::init(window, cx);
// Initialize the nostr client
state::init(window, cx);
state::init(window, cx, None);
// Initialize person registry
person::init(window, cx);