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.
[ CodyTseng/jumble ] fix(dm): gate setup on actual DM relays, not just the relay-list event hasDmRelays now checks that the Kind 10050 event lists at least one relay, so an empty list no longer slips past the setup gate into a broken messaging state. Also block removing the last DM relay in the settings view, which would otherwise publish an empty relay list. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
[ Lokuyow/ehagaki ] PostHistoryDialogおよびPostHistoryThreadGraphNodeViewにおいて、正確な日時を表示するformatPostedAtExact関数を追加し、関連するUIコンポーネントに適用しました。また、formatPostedAtExactのテストケースを追加しました。