move dock to seperated crate
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m24s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m16s
Some checks failed
Rust / build (ubuntu-latest, stable) (push) Failing after 1m24s
Rust / build (ubuntu-latest, stable) (pull_request) Failing after 1m16s
This commit is contained in:
@@ -653,6 +653,8 @@ impl NostrRegistry {
|
||||
// Update the signer
|
||||
self.set_signer(keys, false, cx);
|
||||
|
||||
// TODO: set metadata
|
||||
|
||||
// Spawn a task to write the credentials
|
||||
cx.background_spawn(async move {
|
||||
if let Err(e) = write_credential.await {
|
||||
|
||||
Reference in New Issue
Block a user