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
[ psic4t/nospeak ] fix(chat): guard effect to prevent spurious message reloads Add initialLoadDone flag to prevent the message loading effect from re-running when stores emit without the partner actually changing. This fixes the scroll jump/flicker that occurred ~3 seconds after entering a chat due to background profile refresh triggering Svelte reactivity. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Nostr Summary's avatar
nostr-summary 3 weeks ago
[ purrgrammer/chachi ] refactor: fix NIP-29 group management bugs and improve code quality (#91) Critical bug fixes: - Fix race condition in useGroups() that caused blank group names on initial load - Fix useFetchGroupParticipants returning undefined, preventing crashes in member lists - Remove duplicate useJoined hook that was creating wasteful subscriptions Code improvements: - Extract group type utilities (isRelayGroup, isCommunityGroup, isNIP29Group) - Extract fetchGroupParticipantsByKind to deduplicate member/admin fetch logic