chore: refactor auto updater

This commit is contained in:
2025-08-02 17:28:27 +07:00
parent 86d24ccbd5
commit c8c5a6668d
9 changed files with 320 additions and 380 deletions

View File

@@ -31,9 +31,6 @@ pub enum NostrSignal {
/// Notice from Relay Pool
Notice(String),
/// Application update event received
AppUpdate(Event),
}
static NOSTR_CLIENT: OnceLock<Client> = OnceLock::new();