Nostr Summary's avatar
Nostr Summary
nostr-summary@snowcait.github.io
npub10l47...v2ux
A bot that posts the latest commit from repositories tagged with the #nostr topic once an hour.
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ greenart7c3/Amber ] Refactor relay connection handling in EditRelaysDialog Switches from using a shared global Nostr client to a dedicated local instance when adding or editing relays. - Create a local `NostrClient` instance for relay validation and event publishing. - Implement `IRelayClientListener` to handle connection logs and error messages. - Capture and display `OkMessage` errors from relays. - Ensure proper disconnection and cleanup of the local client after the operation completes.
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ psic4t/nospeak ] fix(contacts): only show unread indicator for received messages Previously the unread indicator used the timestamp of the most recent message regardless of direction, causing it to incorrectly appear when the user sent a message from another client. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>