Files
website/src/components/nostr
highperfocused 8efe7e4020 Address review feedback on reposts and quote posts
- Stop following a repost chain past MAX_REPOST_DEPTH: previously it fell
  through to rendering the repost event's own JSON content as if it were
  a note. Now it shows a "chain too deep" message instead.
- Validate that each embedded repost tag is itself an array of strings,
  not just that `tags` is an array, so a malformed embed (e.g. tags: [1])
  can't crash rendering.
- Propagate the quoted note's relay hints when opening it from the
  preview, so "Open" can still resolve notes that only exist on a
  hinted relay.
- Give useCreateQuotePost() the same friendly "sign in" error as
  useToggleRepost() instead of relying on useNostrPublish()'s generic one.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01BYiUtZMQeA5RHggQw73wto
2026-09-07 22:02:10 +02:00
..
2026-09-06 11:37:43 +02:00
2026-09-06 11:37:43 +02:00