You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: disambiguate nostr_sdk Error types for Rust 1.94 compat
Rust 1.94 resolves the bare `Error` from `use nostr_sdk::prelude::*`
to `nostr::event::builder::Error` instead of `nostr_sdk::client::Error`,
breaking the inbox relay send functions. Use explicit types.
Co-Authored-By: Claude Opus 4.6 <[email protected]>